Skip to content

OCLARO, INC.: filings

Every OCLARO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2018-11-08

The latest filing in this captured record is a 10-Q filed 2018-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. OCLARO, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2018-11-08fiscal Q1 201947970001628280-18-013985
10-K2018-08-23fiscal FY 2018512160001628280-18-011325
10-Q2018-05-08fiscal Q3 2018461260001628280-18-006141
10-Q2018-02-08fiscal Q2 2018461260001628280-18-001303
10-Q2017-11-07fiscal Q1 201846940001628280-17-011066
10-K2017-08-18fiscal FY 2017512180001628280-17-008773
10-Q2017-05-08fiscal Q3 2017471280001628280-17-005164
10-Q2017-02-06fiscal Q2 2017471280001628280-17-000916
10-Q2016-11-07fiscal Q1 201747960001628280-16-020930
10-K2016-08-26fiscal FY 2016502060001628280-16-019264
10-Q2016-05-05fiscal Q3 2016471280001628280-16-015727
10-Q2016-02-04fiscal Q2 2016471280001628280-16-010760
10-Q2015-11-05fiscal Q1 201645920001628280-15-008345
10-K2015-08-28fiscal FY 2015491960001628280-15-006832
10-Q2015-05-07fiscal Q3 2015451180001628280-15-003884
10-Q2015-02-05fiscal Q2 2015451180001628280-15-000487
10-Q2014-11-06fiscal Q1 201545900001445305-14-004889
10-K2014-09-10fiscal FY 2014491960001445305-14-003896
10-Q2014-05-08fiscal Q3 2014451180001445305-14-002015
10-Q2014-02-06fiscal Q2 2014451160001193125-14-038947
10-Q2013-11-07fiscal Q1 201446930001193125-13-433088
10-K2013-09-27fiscal FY 2013512160001193125-13-380916
10-Q2013-05-09fiscal Q3 2013481290001193125-13-211399
10-Q2013-02-07fiscal Q2 2013471260001193125-13-043741
10-Q2012-11-08fiscal Q1 201347960001193125-12-460385
10-K2012-09-13fiscal FY 2012512120001193125-12-390747
10-Q2012-05-10fiscal Q3 2012441190001193125-12-225119
10-Q/A2012-04-27fiscal Q2 2012441160001193125-12-191607
10-Q/A2012-04-27fiscal Q1 201244900001193125-12-191506
10-Q2012-02-08fiscal Q2 2012441200000950123-12-002170
10-Q2011-11-10fiscal Q1 201244900000950123-11-097455

Inspect the source

Entity
OCLARO, INC. / CIK 0001110647
Captured
SEC response SHA-256
b42d1b07a63f22b296aa6dfc1e73ab8e3b90f612c5aca92459bfb53277acba14

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001110647.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))