Skip to content

electroCore, Inc.: filings

Every electroCore, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-Q2026-08-06fiscal Q2 2026451270001493152-26-036348
10-Q2026-05-06fiscal Q1 202645910001493152-26-021495
10-K2026-03-19fiscal FY 202548950001493152-26-011636
10-Q2025-11-05fiscal Q3 2025461340001493152-25-020884
10-Q2025-08-06fiscal Q2 2025441250001641172-25-022432
10-Q2025-05-07fiscal Q1 202544870001641172-25-009043
10-K2025-03-12fiscal FY 202446920001213900-25-023259
10-Q2024-11-13fiscal Q3 2024441270001213900-24-097489
10-Q2024-08-07fiscal Q2 2024441220001213900-24-066131
10-Q2024-05-08fiscal Q1 202440820001213900-24-040888
10-K2024-03-13fiscal FY 202348930001213900-24-022212
10-Q2023-11-08fiscal Q3 2023441230001213900-23-084764
10-Q2023-08-09fiscal Q2 2023431200001213900-23-065046
10-Q2023-05-03fiscal Q1 202342850001213900-23-035987
10-K2023-03-08fiscal FY 202249940001213900-23-018560
10-Q2022-11-03fiscal Q3 2022451100001213900-22-069018
10-Q2022-08-04fiscal Q2 2022411090001213900-22-044778
10-Q2022-05-05fiscal Q1 202238750001213900-22-024259
10-K2022-03-10fiscal FY 202143870001213900-22-011615
10-Q2021-11-04fiscal Q3 2021421120001213900-21-056795
10-Q2021-08-05fiscal Q2 2021431090001213900-21-040540
10-Q2021-05-06fiscal Q1 202138770001213900-21-024913
10-K2021-03-11fiscal FY 202043870001213900-21-014871
10-Q2020-11-12fiscal Q3 2020431110001213900-20-036605
10-Q2020-08-13fiscal Q2 2020421070001564590-20-040056
10-Q2020-05-15fiscal Q1 202040820001564590-20-025727
10-K2020-03-30fiscal FY 201948930001564590-20-014245
10-Q2019-11-14fiscal Q3 2019451220001564590-19-043408
10-Q2019-08-14fiscal Q2 2019431150001564590-19-032167
10-Q2019-05-15fiscal Q1 201942840001564590-19-019275
10-K2019-03-28fiscal FY 2018441100001564590-19-009725
10-Q2018-11-14fiscal Q3 2018391040001564590-18-029478
10-Q2018-08-14fiscal Q2 201836960001564590-18-021717

Inspect the source

Entity
electroCore, Inc. / CIK 0001560258
Captured
2026-09-20T09:19:40.354Z
SEC response SHA-256
d8ff63c01c2bbe566225f41d3b654fed4471b892587cd9f05cf2502afc0694ef

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