Skip to content

TREVENA, INC.: filings

Every TREVENA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2024-11-07fiscal Q3 2024381090001558370-24-014750
10-Q2024-08-08fiscal Q2 2024371040001558370-24-011462
10-Q2024-05-15fiscal Q1 202434700001558370-24-008209
10-K2024-04-01fiscal FY 202346880001558370-24-004445
10-Q2023-11-14fiscal Q3 2023431220001558370-23-018911
10-Q2023-08-14fiscal Q2 2023411140001558370-23-014698
10-Q2023-05-15fiscal Q1 202338740001558370-23-009683
10-K2023-03-30fiscal FY 202245870001558370-23-004988
10-Q2022-11-09fiscal Q3 2022421180001558370-22-017006
10-Q2022-08-11fiscal Q2 2022401110001558370-22-013176
10-Q2022-05-11fiscal Q1 202236740001558370-22-008225
10-K2022-03-31fiscal FY 202145860001558370-22-004825
10-Q2021-11-15fiscal Q3 2021411130001558370-21-015855
10-Q2021-08-12fiscal Q2 202135880001558370-21-011375
10-Q2021-05-06fiscal Q1 202133670001558370-21-006069
10-K2021-03-09fiscal FY 202039740001558370-21-002598
10-Q2020-11-02fiscal Q3 202033970001558370-20-012186
10-Q2020-08-10fiscal Q2 202033920001558370-20-010027
10-Q2020-05-07fiscal Q1 202033690001558370-20-005537
10-K2020-03-12fiscal FY 2019381070001558370-20-002472
10-Q2019-11-04fiscal Q3 201935960001558370-19-009747
10-Q2019-08-07fiscal Q2 201934920001558370-19-007366
10-Q2019-05-10fiscal Q1 201934690001558370-19-004773
10-K2019-03-13fiscal FY 2018351070001558370-19-001898
10-Q2018-11-08fiscal Q3 201835870001558370-18-008923
10-Q2018-08-02fiscal Q2 201833840001558370-18-006159
10-Q2018-05-03fiscal Q1 201832660001558370-18-003827
10-K2018-03-07fiscal FY 2017321060001429560-18-000004
10-Q2017-11-07fiscal Q3 201732860001429560-17-000010
10-Q2017-08-03fiscal Q2 201730820001429560-17-000006
10-Q2017-05-04fiscal Q1 201729580001628280-17-004944
10-K2017-03-08fiscal FY 201630980001558370-17-001472
10-Q2016-11-03fiscal Q3 201629790001558370-16-009144
10-Q2016-08-04fiscal Q2 201629800001558370-16-007315
10-Q2016-05-05fiscal Q1 201628570001104659-16-118268
10-K2016-03-09fiscal FY 201530610001047469-16-010926
10-Q2015-11-10fiscal Q3 201526700001104659-15-077631
10-Q2015-08-11fiscal Q2 201526680001104659-15-058707
10-Q2015-05-07fiscal Q1 201526510001104659-15-035497
10-K2015-03-18fiscal FY 201429560001047469-15-002400
10-Q2014-11-12fiscal Q3 201424660001104659-14-079565
10-Q2014-08-12fiscal Q2 201423620001104659-14-059843
10-Q2014-06-03fiscal Q1 201424600001104659-14-043643

Inspect the source

Entity
TREVENA, INC. / CIK 0001429560
Captured
2026-09-21T17:19:03.807Z
SEC response SHA-256
9f030c631f436164136371637f64d114d89f11c3a54f2ef21c4c728d1e29af4d

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