Skip to content

Aquestive Therapeutics, Inc.: filings

Every Aquestive Therapeutics, 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-11fiscal Q2 2026451240001398733-26-000042
10-Q2026-05-13fiscal Q1 202645920001398733-26-000030
10-K2026-03-04fiscal FY 2025501000001398733-26-000018
10-Q2025-11-05fiscal Q3 2025481350001398733-25-000028
10-Q2025-08-11fiscal Q2 2025481320001398733-25-000013
10-Q2025-05-12fiscal Q1 202547960001628280-25-024664
10-K2025-03-05fiscal FY 2024501000001628280-25-010506
10-Q2024-11-04fiscal Q3 2024481360001628280-24-045030
10-Q2024-08-06fiscal Q2 2024481320001628280-24-035225
10-Q2024-05-07fiscal Q1 202447960001628280-24-021118
10-K2024-03-05fiscal FY 202349980001628280-24-009010
10-Q2023-11-06fiscal Q3 2023471340001628280-23-037100
10-Q2023-08-07fiscal Q2 2023471300001628280-23-027818
10-Q2023-05-02fiscal Q1 202347960001628280-23-014920
10-K2023-03-31fiscal FY 202247950001628280-23-010180
10-Q2022-11-01fiscal Q3 2022471340001628280-22-027580
10-Q2022-08-02fiscal Q2 2022471300001628280-22-020244
10-Q2022-05-04fiscal Q1 202247960001628280-22-012115
10-K2022-03-08fiscal FY 202147950001628280-22-005393
10-Q2021-11-02fiscal Q3 2021471340001628280-21-021207
10-Q2021-08-03fiscal Q2 2021451220001628280-21-015392
10-Q2021-05-04fiscal Q1 202148980001140361-21-015783
10-K2021-03-09fiscal FY 2020441040001140361-21-007811
10-Q2020-11-04fiscal Q3 2020421140001140361-20-024555
10-Q2020-08-04fiscal Q2 2020421100001140361-20-017454
10-Q2020-05-05fiscal Q1 202042850001140361-20-010724
10-K2020-03-11fiscal FY 2019431100001140361-20-005499
10-Q2019-11-05fiscal Q3 2019421230001140361-19-019856
10-Q2019-08-06fiscal Q2 2019401160001140361-19-014361
10-Q2019-05-08fiscal Q1 201938800001140361-19-008649
10-K2019-03-14fiscal FY 2018401050001140361-19-004934
10-Q2018-11-06fiscal Q3 2018391030001140361-18-042522
10-Q2018-09-04fiscal Q2 2018381020001140361-18-037724

Inspect the source

Entity
Aquestive Therapeutics, Inc. / CIK 0001398733
Captured
2026-09-20T08:00:26.480Z
SEC response SHA-256
3bdc66938934696ecad7ea83dddb8c52ff6f8163caff400dc82a94f7e5e2ce7c

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