Skip to content

PTC Therapeutics, Inc.: filings

Every PTC Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-07-30fiscal Q2 2026461290001070081-26-000017
10-Q2026-05-07fiscal Q1 202646950001070081-26-000012
10-K2026-02-19fiscal FY 2025531360001104659-26-017575
10-Q2025-11-04fiscal Q3 2025491340001070081-25-000028
10-Q2025-08-07fiscal Q2 2025491330001558370-25-010796
10-Q2025-05-06fiscal Q1 2025491000001070081-25-000019
10-K2025-02-27fiscal FY 2024541370001070081-25-000012
10-Q2024-11-07fiscal Q3 2024501360001070081-24-000023
10-Q2024-08-08fiscal Q2 2024501360001070081-24-000017
10-Q2024-04-25fiscal Q1 2024501020001558370-24-005782
10-K2024-02-29fiscal FY 2023541380001558370-24-002196
10-Q2023-10-26fiscal Q3 2023501360001070081-23-000065
10-Q2023-08-03fiscal Q2 2023501350001070081-23-000050
10-Q2023-04-27fiscal Q1 2023501010001070081-23-000028
10-K2023-02-21fiscal FY 2022551370001070081-23-000011
10-Q2022-10-27fiscal Q3 2022481310001070081-22-000041
10-Q2022-08-04fiscal Q2 2022471300001070081-22-000031
10-Q2022-05-03fiscal Q1 202247960001070081-22-000017
10-K2022-02-22fiscal FY 2021541370001070081-22-000011
10-Q2021-10-28fiscal Q3 2021461200001070081-21-000037
10-Q2021-07-29fiscal Q2 2021461210001070081-21-000029
10-Q2021-05-04fiscal Q1 202146940001070081-21-000017
10-K2021-02-25fiscal FY 2020501520001070081-21-000009
10-Q2020-10-29fiscal Q3 2020461210001070081-20-000139
10-Q2020-08-05fiscal Q2 2020441150001070081-20-000128
10-Q2020-04-30fiscal Q1 202045930001070081-20-000096
10-K2020-03-02fiscal FY 2019491490001070081-20-000064
10-Q2019-10-30fiscal Q3 2019441130001070081-19-000057
10-Q2019-08-06fiscal Q2 2019431120001070081-19-000050
10-Q2019-05-02fiscal Q1 201943880001070081-19-000028
10-K2019-03-01fiscal FY 2018441370001070081-19-000018
10-Q2018-11-05fiscal Q3 2018401030001070081-18-000077
10-Q2018-08-07fiscal Q2 2018391000001070081-18-000064
10-Q2018-05-09fiscal Q1 201835720001070081-18-000050
10-K2018-03-06fiscal FY 2017391260001070081-18-000042
10-Q2017-11-02fiscal Q3 2017381030001070081-17-000128
10-Q2017-08-09fiscal Q2 201737990001070081-17-000117
10-Q2017-05-08fiscal Q1 201732660001070081-17-000084
10-K2017-03-16fiscal FY 2016371200001070081-17-000062
10-Q2016-11-03fiscal Q3 201632880001070081-16-000005
10-Q2016-08-04fiscal Q2 201631830001104659-16-137088
10-Q2016-05-05fiscal Q1 201629580001104659-16-118284
10-K2016-02-29fiscal FY 2015341090001047469-16-010589
10-Q2015-11-09fiscal Q3 201529770001104659-15-077319
10-Q2015-07-31fiscal Q2 201528760001104659-15-054975
10-Q2015-05-05fiscal Q1 201526530001104659-15-033863
10-K2015-03-02fiscal FY 2014371380001047469-15-001457
10-Q2014-11-06fiscal Q3 201427750001104659-14-077726
10-Q2014-08-07fiscal Q2 201426730001104659-14-058236
10-Q2014-05-06fiscal Q1 201426540001104659-14-035287
10-K2014-03-06fiscal FY 2013351390001047469-14-001914
10-Q2013-11-14fiscal Q3 201330880001104659-13-084831
10-Q2013-08-13fiscal Q2 201330870001104659-13-062994

Inspect the source

Entity
PTC Therapeutics, Inc. / CIK 0001070081
Captured
2026-09-20T05:19:30.322Z
SEC response SHA-256
d748041dc0149cc4539c2407042aaa6286795ec2b9d1722f0cb5484cca6764d4

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