Skip to content

OrthoPediatrics Corp: filings

Every OrthoPediatrics Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-05fiscal Q2 2026481380001425450-26-000070
10-Q2026-05-01fiscal Q1 2026481000001425450-26-000036
10-K2026-03-04fiscal FY 2025601570001425450-26-000013
10-Q2025-10-29fiscal Q3 2025481420001425450-25-000114
10-Q2025-08-06fiscal Q2 2025481380001425450-25-000096
10-Q2025-05-08fiscal Q1 2025481000001425450-25-000052
10-K2025-03-05fiscal FY 2024601570001425450-25-000015
10-Q2024-11-07fiscal Q3 2024501440001425450-24-000094
10-Q2024-08-06fiscal Q2 2024501400001425450-24-000079
10-Q2024-05-07fiscal Q1 2024491000001425450-24-000033
10-K2024-03-08fiscal FY 2023571470001425450-24-000013
10-Q2023-11-07fiscal Q3 2023511460001425450-23-000114
10-Q2023-08-01fiscal Q2 2023491360001425450-23-000102
10-Q2023-05-02fiscal Q1 202348980001425450-23-000069
10-K2023-03-01fiscal FY 2022551430001425450-23-000024
10-Q2022-11-01fiscal Q3 2022481400001425450-22-000107
10-Q2022-08-04fiscal Q2 2022481340001425450-22-000093
10-Q2022-05-05fiscal Q1 202247960001425450-22-000051
10-K2022-03-03fiscal FY 2021562060001425450-22-000027
10-Q2021-11-04fiscal Q3 2021481380001425450-21-000146
10-Q2021-08-05fiscal Q2 2021471300001425450-21-000120
10-Q2021-05-06fiscal Q1 202147940001425450-21-000071
10-K2021-03-11fiscal FY 2020501710001425450-21-000047
10-Q2020-11-05fiscal Q3 2020441200001425450-20-000113
10-Q2020-08-06fiscal Q2 2020431170001425450-20-000107
10-Q2020-05-06fiscal Q1 202043890001425450-20-000043
10-K2020-03-05fiscal FY 2019481660001425450-20-000023
10-Q2019-11-08fiscal Q3 2019411150001425450-19-000090
10-Q2019-08-13fiscal Q2 2019401110001425450-19-000083
10-Q2019-05-09fiscal Q1 201939850001425450-19-000042
10-K2019-03-07fiscal FY 2018451590001425450-19-000027
10-Q2018-10-31fiscal Q3 2018381090001425450-18-000115
10-Q2018-08-09fiscal Q2 2018371030001425450-18-000100
10-Q2018-05-15fiscal Q1 201836740001425450-18-000070
10-K2018-03-15fiscal FY 2017441560001425450-18-000040
10-Q2017-11-13fiscal Q3 2017381060001425450-17-000007

Inspect the source

Entity
OrthoPediatrics Corp / CIK 0001425450
Captured
2026-09-20T08:03:52.240Z
SEC response SHA-256
b44cec35ab25d49ecee7267ebf0a244054c4578c7e4c5d65f34a2bd8bfc555bc

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