Skip to content

Tracon Pharmaceuticals, Inc.: filings

Every Tracon Pharmaceuticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2024-08-13

The latest filing in this captured record is a 10-Q filed 2024-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tracon Pharmaceuticals, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-08-13fiscal Q2 202431940000950170-24-096403
10-Q2024-05-14fiscal Q1 202430630000950170-24-059752
10-K2024-03-05fiscal FY 2023401030000950170-24-026205
10-Q2023-11-09fiscal Q3 202331910000950170-23-062204
10-Q2023-08-14fiscal Q2 202331880000950170-23-042521
10-Q2023-05-10fiscal Q1 202329600000950170-23-020649
10-K2023-03-08fiscal FY 2022381010001564590-23-003313
10-Q2022-11-14fiscal Q3 202230960001564590-22-037664
10-Q2022-08-10fiscal Q2 202230920001564590-22-028972
10-Q2022-05-11fiscal Q1 202226560001564590-22-019566
10-K2022-03-15fiscal FY 202133860001564590-22-010475
10-Q2021-11-03fiscal Q3 202127770001564590-21-054044
10-Q2021-08-11fiscal Q2 202126690001564590-21-043539
10-Q2021-05-05fiscal Q1 202125520001564590-21-024202
10-K2021-02-25fiscal FY 202033850001564590-21-008957
10-Q2020-11-10fiscal Q3 202024730001564590-20-053033
10-Q2020-08-05fiscal Q2 202025700001564590-20-036948
10-Q2020-05-13fiscal Q1 202026520001564590-20-025138
10-K2020-02-28fiscal FY 201932990001564590-20-007520
10-Q2019-11-05fiscal Q3 201926790001564590-19-040469
10-Q2019-08-07fiscal Q2 201925730001564590-19-030194
10-Q2019-05-14fiscal Q1 201925530001564590-19-019185
10-K2019-03-01fiscal FY 2018311010001564590-19-005597
10-Q2018-11-07fiscal Q3 201828750001564590-18-028124
10-Q2018-08-08fiscal Q2 201824630001564590-18-020565
10-Q2018-05-10fiscal Q1 201822450001564590-18-012554
10-K2018-03-01fiscal FY 201724800001564590-18-003925
10-Q2017-11-07fiscal Q3 201725720001564590-17-022346
10-Q2017-08-08fiscal Q2 201723630001564590-17-016603
10-Q2017-05-10fiscal Q1 201723470001564590-17-010331
10-K2017-03-01fiscal FY 201625810001564590-17-002953
10-Q2016-11-09fiscal Q3 201625690001564590-16-028396
10-Q2016-08-11fiscal Q2 201625690001564590-16-023947
10-Q2016-05-11fiscal Q1 201624490001558370-16-005880
10-K2016-02-19fiscal FY 201525820001558370-16-003288
10-Q2015-11-04fiscal Q3 201523660001558370-15-002196
10-Q2015-08-06fiscal Q2 201523660001558370-15-001428
10-Q2015-05-14fiscal Q1 201524480001558370-15-000920

Inspect the source

Entity
Tracon Pharmaceuticals, Inc. / CIK 0001394319
Captured
SEC response SHA-256
5856a1a313063bcd62e7f1a1689491a4d986e482d8d47aa1be6b66a5ae56b676

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