Skip to content

EMCORE CORPORATION: filings

Every EMCORE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 55 filings, each linked to its SEC index.

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-Q2025-02-14fiscal Q1 2025511030000808326-25-000014
10-K2025-01-14fiscal FY 2024551090000808326-25-000007
10-Q2024-08-14fiscal Q3 2024521360000808326-24-000030
10-Q2024-05-14fiscal Q2 2024531400000808326-24-000021
10-Q2024-02-12fiscal Q1 2024521060000808326-24-000010
10-K2023-12-27fiscal FY 2023561120000808326-23-000031
10-Q2023-08-09fiscal Q3 2023531430000808326-23-000021
10-Q2023-05-10fiscal Q2 2023531420000808326-23-000014
10-Q2023-02-09fiscal Q1 2023521060000808326-23-000007
10-K2022-12-28fiscal FY 2022561120000808326-22-000061
10-Q2022-08-09fiscal Q3 2022511360000808326-22-000040
10-Q2022-05-05fiscal Q2 2022511360000808326-22-000025
10-Q2022-02-09fiscal Q1 2022501020000808326-22-000008
10-K2021-12-03fiscal FY 2021551410000808326-21-000044
10-Q2021-08-05fiscal Q3 2021511360000808326-21-000028
10-Q2021-05-07fiscal Q2 2021511360000808326-21-000018
10-Q2021-02-05fiscal Q1 2021511040001558370-21-000775
10-K2020-12-08fiscal FY 2020522200001558370-20-014229
10-Q2020-08-06fiscal Q3 2020491250001558370-20-009705
10-Q2020-05-07fiscal Q2 2020491250001558370-20-005754
10-Q2020-02-10fiscal Q1 2020481010001558370-20-000645
10-K2019-12-10fiscal FY 2019492190000808326-19-000055
10-Q2019-08-09fiscal Q3 2019451160000808326-19-000043
10-Q2019-05-08fiscal Q2 2019431150000808326-19-000026
10-Q2019-02-06fiscal Q1 201942840000808326-19-000007
10-K2018-12-04fiscal Q4 2018482460000808326-18-000031
10-Q2018-08-02fiscal Q3 2018451260000808326-18-000022
10-Q2018-05-03fiscal Q2 2018421160000808326-18-000014
10-Q2018-02-06fiscal Q1 201842840000808326-18-000004
10-K2017-12-06fiscal FY 2017482540000808326-17-000031
10-Q2017-08-03fiscal Q3 2017431210000808326-17-000019
10-Q2017-05-04fiscal Q2 2017421170000808326-17-000011
10-Q2017-02-07fiscal Q1 201642870000808326-17-000004
10-K2016-12-07fiscal FY 2016482490000808326-16-000081
10-Q2016-08-04fiscal Q3 2016441220000808326-16-000071
10-Q2016-05-05fiscal Q2 2016381020000808326-16-000053
10-Q2016-02-04fiscal Q1 201640830000808326-16-000042
10-K2015-12-14fiscal FY 2015502580000808326-15-000038
10-Q2015-08-05fiscal Q3 2015441220000808326-15-000025
10-Q2015-05-06fiscal Q2 2015411120000808326-15-000014
10-Q2015-02-13fiscal Q1 201541840000808326-15-000006
10-K2014-12-12fiscal FY 2014492600000808326-14-000035
10-Q2014-08-07fiscal Q3 2014461340000808326-14-000030
10-Q2014-05-07fiscal Q2 2014451300000808326-14-000019
10-Q2014-02-05fiscal Q1 201445920000808326-14-000005
10-K2013-12-09fiscal FY 2013472360000808326-13-000047
10-Q2013-08-06fiscal Q3 2013461330000808326-13-000030
10-Q2013-05-10fiscal Q2 2013451300000808326-13-000019
10-Q2013-02-06fiscal Q1 201345910000808326-13-000009
10-K2012-12-13fiscal FY 2012452160000808326-12-000126
10-Q2012-08-08fiscal Q3 2012451290000808326-12-000087
10-Q2012-05-03fiscal Q2 2012441260000808326-12-000058
10-Q2012-02-14fiscal Q1 201244900000808326-12-000020
10-K2011-12-29fiscal FY 2011441160000808326-11-000070
10-Q2011-08-04fiscal Q3 2011421180000808326-11-000033

Inspect the source

Entity
EMCORE CORPORATION / CIK 0000808326
Captured
2026-09-21T17:17:12.492Z
SEC response SHA-256
9926bf6836ed522c595d6c6e109a62731ca4608a35085306378fd38cd49f10b6

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