Skip to content

NEOPHOTONICS CORP: filings

Every NEOPHOTONICS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2022-07-26

The latest filing in this captured record is a 10-Q filed 2022-07-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. NEOPHOTONICS CORP 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-Q2022-07-26fiscal Q2 2022491400001227025-22-000127
10-Q2022-04-28fiscal Q1 2022491020001227025-22-000046
10-K2022-02-25fiscal FY 2021592100001227025-22-000014
10-Q2021-11-04fiscal Q3 2021501420001227025-21-000238
10-Q2021-08-03fiscal Q2 2021501420001227025-21-000200
10-Q2021-04-29fiscal Q1 2021501040001227025-21-000095
10-K2021-02-25fiscal FY 2020582070001227025-21-000034
10-Q2020-11-02fiscal Q3 2020511460001227025-20-000164
10-Q2020-08-05fiscal Q2 2020511460001227025-20-000147
10-Q2020-05-07fiscal Q1 2020521080001227025-20-000076
10-K/A2020-03-03fiscal FY 2019592070001227025-20-000025
10-K2020-02-28fiscal FY 2019592070001227025-20-000020
10-Q2019-11-04fiscal Q3 2019521470001227025-19-000091
10-Q2019-08-07fiscal Q2 2019521470001227025-19-000076
10-Q2019-05-07fiscal Q1 2019521070001227025-19-000039
10-K2019-03-08fiscal FY 2018562010001227025-19-000013
10-Q2018-11-05fiscal Q3 2018501400001227025-18-000113
10-Q2018-08-06fiscal Q2 2018491380001227025-18-000089
10-Q2018-05-09fiscal Q1 201847940001227025-18-000034
10-K2018-03-09fiscal FY 2017511800001227025-18-000009
10-Q2017-11-08fiscal Q3 2017431240001227025-17-000123
10-Q2017-08-09fiscal Q2 2017431230001558370-17-006331
10-Q2017-05-09fiscal Q1 201743880001227025-17-000052
10-K2017-03-16fiscal FY 2016471630001227025-17-000020
10-Q2016-11-08fiscal Q3 2016421180001227025-16-000216
10-Q2016-08-09fiscal Q2 2016411150001227025-16-000180
10-Q2016-05-10fiscal Q1 201640820001227025-16-000126
10-K2016-03-15fiscal FY 2015481560001558370-16-004127
10-Q2015-11-06fiscal Q3 2015411160001558370-15-002458
10-Q2015-08-10fiscal Q2 2015421200001564590-15-006858
10-Q2015-05-11fiscal Q1 201541820001564590-15-003949
10-K2015-03-16fiscal FY 2014441330001564590-15-001751
10-Q2014-11-10fiscal Q3 2014371020001564590-14-005444
10-Q2014-08-08fiscal Q2 2014371000001564590-14-003415
10-Q2014-06-24fiscal Q1 201437750001564590-14-002589
10-K2014-06-04fiscal FY 2013491470001564590-14-002398
10-Q2014-04-09fiscal Q3 2013431150001564590-14-001439
10-Q/A2014-04-09fiscal Q2 2013411050001564590-14-001438
10-Q/A2014-04-09fiscal Q1 201339770001564590-14-001436
10-Q2013-08-08fiscal Q2 2013451180001193125-13-326976
10-Q/A2013-08-08fiscal Q1 201340790001193125-13-326905
10-Q2013-05-15fiscal Q1 201340790001193125-13-220786
10-K2013-03-15fiscal FY 2012551860001193125-13-110074
10-Q2012-11-09fiscal Q3 2012451240001193125-12-463195
10-Q2012-08-10fiscal Q2 2012451240001193125-12-349738
10-Q2012-05-10fiscal Q1 201241820001193125-12-225017
10-K2012-03-30fiscal FY 2011491290001193125-12-143139
10-Q2011-11-10fiscal Q3 2011441220001193125-11-307262
10-Q2011-08-11fiscal Q2 2011441180001193125-11-219465

Inspect the source

Entity
NEOPHOTONICS CORP / CIK 0001227025
Captured
SEC response SHA-256
b51025b2319a490a4ae335feaeb32c7891dd5ef7003d060e96297742c41e5ed3

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/0001227025.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"])))