Skip to content

Joint Corp: filings

Every Joint Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-07fiscal Q2 2026431190001612630-26-000066
10-Q2026-05-08fiscal Q1 202643910001612630-26-000051
10-K2026-03-13fiscal FY 2025461750001612630-26-000022
10-Q2025-11-07fiscal Q3 2025441280001612630-25-000068
10-Q2025-08-12fiscal Q2 2025441240001612630-25-000037
10-Q/A2025-08-12fiscal Q1 202544940001612630-25-000035
10-K/A2025-08-12fiscal FY 2024471860001612630-25-000033
10-Q2025-05-09fiscal Q1 202544940001628280-25-023983
10-K2025-03-14fiscal FY 2024471770001628280-25-012702
10-Q2024-11-08fiscal Q3 2024481440001628280-24-046464
10-Q2024-08-09fiscal Q2 2024491420001628280-24-036301
10-Q2024-05-03fiscal Q1 2024501040001612630-24-000006
10-K2024-03-08fiscal FY 2023521050001628280-24-009767
10-Q2023-11-13fiscal Q3 2023501550001612630-23-000010
10-Q/A2023-10-30fiscal Q1 2023491110001612630-23-000005
10-Q2023-09-26fiscal Q2 2023501670001628280-23-033040
10-K/A2023-09-26fiscal FY 2022522670001628280-23-033039
10-Q2023-05-05fiscal Q1 2023501050001628280-23-016059
10-K2023-03-10fiscal FY 2022521050001628280-23-007589
10-Q2022-11-04fiscal Q3 2022501540001628280-22-028358
10-Q2022-08-05fiscal Q2 2022501500001628280-22-021260
10-Q2022-05-06fiscal Q1 2022501050001628280-22-012960
10-K2022-03-14fiscal FY 2021511040001628280-22-005982
10-Q2021-11-05fiscal Q3 2021511490001628280-21-021939
10-Q2021-08-06fiscal Q2 2021511450001628280-21-016032
10-Q2021-05-07fiscal Q1 2021501050001628280-21-009461
10-K2021-03-05fiscal FY 2020541100001628280-21-004004
10-Q2020-11-06fiscal Q3 2020521500001628280-20-015888
10-Q2020-08-07fiscal Q2 2020511420001628280-20-012120
10-Q2020-05-08fiscal Q1 2020511040001628280-20-007150
10-K2020-03-06fiscal FY 2019571090001628280-20-003113
10-Q2019-11-08fiscal Q3 2019531410001171843-19-007382
10-Q2019-08-09fiscal Q2 2019511350001171843-19-005380
10-Q2019-05-15fiscal Q1 2019511110001171843-19-003377
10-K2019-03-11fiscal FY 201849990001171843-19-001609
10-Q2018-11-09fiscal Q3 2018471240001171843-18-007832
10-Q2018-08-10fiscal Q2 2018461220001171843-18-005999
10-Q2018-05-11fiscal Q1 201845900001171843-18-003865
10-K2018-03-09fiscal FY 201745910001171843-18-001818
10-Q2017-11-13fiscal Q3 2017441160001171843-17-006924
10-Q2017-08-11fiscal Q2 2017401080001171843-17-004980
10-Q2017-05-12fiscal Q1 201740790001171843-17-003042
10-K2017-03-10fiscal FY 201643850001171843-17-001428
10-Q2016-11-14fiscal Q3 2016421120001171843-16-013201
10-Q2016-08-12fiscal Q2 2016401080001171843-16-011746
10-Q2016-05-16fiscal Q1 201640790001171843-16-010056
10-K2016-03-17fiscal FY 201542830001171843-16-008640
10-Q2015-11-16fiscal Q3 2015361010001171843-15-006357
10-Q2015-08-14fiscal Q2 201535970001171843-15-004726
10-Q2015-05-15fiscal Q1 201534660001171843-15-002893
10-K2015-03-20fiscal FY 201436690001171843-15-001550
10-Q2014-12-22fiscal Q3 201431900001171843-14-006001

Inspect the source

Entity
Joint Corp / CIK 0001612630
Captured
2026-09-19T11:19:34.995Z
SEC response SHA-256
301fb497f3c44e614d84f18116ede2c8ee227f1d2c556768fe89d4f8305a51eb

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