Skip to content

Astria Therapeutics, Inc.: filings

Every Astria Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-11-12fiscal Q3 2025391160001104659-25-110377
10-Q2025-08-12fiscal Q2 2025361050001410578-25-001698
10-Q2025-05-13fiscal Q1 202535750001410578-25-001224
10-K2025-03-11fiscal FY 202437760001410578-25-000309
10-Q2024-11-13fiscal Q3 2024361090001410578-24-001933
10-Q2024-08-12fiscal Q2 2024361050001410578-24-001308
10-Q2024-05-09fiscal Q1 202436740001410578-24-000691
10-K2024-03-04fiscal FY 202337740001410578-24-000127
10-Q2023-11-13fiscal Q3 2023361070001410578-23-002402
10-Q2023-08-07fiscal Q2 2023361020001410578-23-001575
10-Q2023-05-11fiscal Q1 202336740001104659-23-059137
10-K2023-03-22fiscal FY 202238780001104659-23-035584
10-Q2022-11-10fiscal Q3 2022371110001104659-22-117095
10-Q2022-08-09fiscal Q2 2022371060001104659-22-087877
10-Q2022-05-12fiscal Q1 202236730001104659-22-059405
10-K2022-03-10fiscal FY 202136750001104659-22-032475
10-Q2021-11-10fiscal Q3 2021351000001104659-21-136922
10-Q2021-08-09fiscal Q2 202131840001104659-21-102114
10-Q2021-05-13fiscal Q1 202128590001104659-21-065923
10-K/A2021-04-19fiscal FY 202031650001104659-21-051616
10-Q2020-11-12fiscal Q3 202031820001104659-20-124372
10-Q2020-08-10fiscal Q2 202031820001104659-20-092697
10-Q2020-05-12fiscal Q1 202030630001104659-20-060145
10-K2020-03-10fiscal FY 201935830001047469-20-001338
10-Q2019-11-07fiscal Q3 201933820001104659-19-060826
10-Q2019-08-08fiscal Q2 201933840001104659-19-044710
10-Q2019-05-14fiscal Q1 201934680001104659-19-029116
10-K2019-03-14fiscal FY 201837880001047469-19-001212
10-Q2018-11-13fiscal Q3 201833850001104659-18-067718
10-Q2018-08-09fiscal Q2 201833850001104659-18-050776
10-Q2018-05-10fiscal Q1 201833660001104659-18-031966
10-K2018-03-15fiscal FY 2017381110001047469-18-001688
10-Q2017-11-09fiscal Q3 201736880001104659-17-067354
10-Q2017-08-10fiscal Q2 201734860001104659-17-051037
10-Q2017-05-11fiscal Q1 201729590001104659-17-031896
10-K2017-03-16fiscal FY 201632940001047469-17-001682
10-Q2016-11-10fiscal Q3 201630770001104659-16-156226
10-Q2016-08-11fiscal Q2 201629760001104659-16-138968
10-Q2016-05-12fiscal Q1 201629590001104659-16-120478
10-K2016-03-15fiscal FY 201529890001047469-16-011175
10-Q2015-11-12fiscal Q3 201528730001104659-15-078291
10-Q2015-08-13fiscal Q2 201528720001104659-15-059554

Inspect the source

Entity
Astria Therapeutics, Inc. / CIK 0001454789
Captured
2026-09-21T17:19:11.484Z
SEC response SHA-256
0c1187ffb22e75e74bde771deedbee2b0b16a2d1799abd08a0dda828a5b48a15

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