Skip to content

AVENUE THERAPEUTICS, INC.: filings

Every AVENUE THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-07fiscal Q2 202625750001437749-26-026372
10-Q2026-05-08fiscal Q1 202622460001437749-26-015759
10-K2026-03-30fiscal FY 202524490001437749-26-010359
10-Q2025-11-13fiscal Q3 202525760001437749-25-034821
10-Q2025-08-14fiscal Q2 202524720001437749-25-026935
10-Q2025-05-15fiscal Q1 202522460001437749-25-017180
10-K2025-03-31fiscal FY 202424490001437749-25-010196
10-Q2024-11-14fiscal Q3 202424700001437749-24-035309
10-Q2024-08-09fiscal Q2 202424700001437749-24-025880
10-Q2024-05-15fiscal Q1 202421440001437749-24-017062
10-K2024-03-18fiscal FY 202324490001437749-24-008294
10-Q2023-11-13fiscal Q3 202325740001437749-23-031621
10-Q2023-08-11fiscal Q2 202322630001437749-23-023335
10-Q2023-05-12fiscal Q1 202322460001437749-23-014236
10-K2023-03-31fiscal FY 202223470001410578-23-000557
10-Q2022-11-10fiscal Q3 202222650001410578-22-003151
10-Q2022-08-15fiscal Q2 202221640001410578-22-002605
10-Q2022-05-16fiscal Q1 202221460001410578-22-001659
10-K2022-03-25fiscal FY 202125490001410578-22-000516
10-Q2021-11-15fiscal Q3 202122660001410578-21-000225
10-Q2021-08-16fiscal Q2 202118500001104659-21-105909
10-Q2021-05-17fiscal Q1 202118400001104659-21-067485
10-K2021-03-31fiscal FY 202019400001104659-21-044358
10-Q2020-11-04fiscal Q3 202020520001104659-20-121404
10-Q2020-08-14fiscal Q2 202020520001104659-20-095653
10-Q2020-05-11fiscal Q1 202020410001104659-20-059247
10-K2020-03-30fiscal FY 201920420001104659-20-040345
10-Q2019-11-13fiscal Q3 201920520001104659-19-063331
10-Q2019-08-14fiscal Q2 201920520001144204-19-039777
10-Q2019-05-13fiscal Q1 201918400001144204-19-025546
10-K2019-03-12fiscal FY 201821440001144204-19-013543
10-Q2018-11-14fiscal Q3 201820520001144204-18-060006
10-Q2018-08-14fiscal Q2 201820520001144204-18-044262
10-Q2018-05-03fiscal Q1 201819400001144204-18-024942
10-K2018-03-01fiscal FY 201722790001144204-18-012321
10-Q2017-11-09fiscal Q3 201719500001144204-17-057449
10-Q2017-08-11fiscal Q2 201713360001144204-17-042457
10-Q2017-05-12fiscal Q1 201713260001144204-17-026957

Inspect the source

Entity
AVENUE THERAPEUTICS, INC. / CIK 0001644963
Captured
2026-09-21T17:22:34.978Z
SEC response SHA-256
d47022f3bdc96d1311ce29c33bf23e1b20c2f92799a4d19cd1fb7cc34ec7feaa

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