Skip to content

Atea Pharmaceuticals, Inc.: filings

Every Atea Pharmaceuticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-12fiscal Q2 202634990001193125-26-347021
10-Q2026-05-12fiscal Q1 202633700001193125-26-219678
10-K2026-03-05fiscal FY 202540810001193125-26-094159
10-Q2025-11-12fiscal Q3 2025361060001193125-25-277815
10-Q2025-08-07fiscal Q2 2025361020000950170-25-105123
10-Q2025-05-12fiscal Q1 202535730000950170-25-069367
10-K2025-03-06fiscal FY 202438770000950170-25-034808
10-Q2024-11-07fiscal Q3 2024351050000950170-24-123447
10-Q2024-08-07fiscal Q2 2024351020000950170-24-092914
10-Q2024-05-14fiscal Q1 202435740000950170-24-059699
10-K2024-02-28fiscal FY 202339780000950170-24-022226
10-Q2023-11-08fiscal Q3 2023371080000950170-23-061213
10-Q2023-08-08fiscal Q2 2023361030000950170-23-039920
10-Q2023-05-08fiscal Q1 202336750000950170-23-018869
10-K2023-02-28fiscal FY 2022401000000950170-23-005186
10-Q2022-11-07fiscal Q3 2022391110000950170-22-022699
10-Q2022-08-08fiscal Q2 2022361020000950170-22-015570
10-Q2022-05-10fiscal Q1 202233670000950170-22-008732
10-K2022-02-28fiscal FY 2021421030001564590-22-007672
10-Q2021-11-12fiscal Q3 2021371040001564590-21-056513
10-Q2021-08-12fiscal Q2 2021391030001564590-21-044060
10-Q2021-05-13fiscal Q1 202132660001564590-21-027644
10-K2021-03-30fiscal FY 202036890001564590-21-016724
10-Q2020-12-10fiscal Q3 202030840001564590-20-056724

Inspect the source

Entity
Atea Pharmaceuticals, Inc. / CIK 0001593899
Captured
2026-09-19T11:19:25.614Z
SEC response SHA-256
1478d5a15cae7d68529b05d31111a645d4d4c6ce2b18807594a9e3f28e816906

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