Joint Corp: cost of revenue
Cost of revenue for Joint Corp. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Joint Corp financial histories
What this measure means
Costs attributed to goods produced and sold and services provided during the period. This is not the sum of every operating expense.
Exact concept: us-gaap:CostOfRevenue. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2013-01-01 to 2025-12-31. The SEC response was captured on 2026-09-19.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2025-01-01 | 2025-12-31 | 11,225,474 | USD | 2026-03-13 | 10-K · 0001612630-26-000022 |
| 2024-01-01 | 2024-12-31 | 11,516,848 | USD | 2026-03-13 | 10-K · 0001612630-26-000022 |
| 2023-01-01 | 2023-12-31 | 10,480,645 | USD | 2025-08-12 | 10-K/A · 0001612630-25-000033 |
| 2022-01-01 | 2022-12-31 | 11,516,848 | USD | 2025-08-12 | 10-K/A · 0001612630-25-000033 |
| 2021-01-01 | 2021-12-31 | 7,665,138 | USD | 2023-09-26 | 10-K/A · 0001628280-23-033039 |
| 2020-01-01 | 2020-12-31 | 6,507,468 | USD | 2022-03-14 | 10-K · 0001628280-22-005982 |
| 2019-01-01 | 2019-12-31 | 5,565,917 | USD | 2021-03-05 | 10-K · 0001628280-21-004004 |
| 2018-01-01 | 2018-12-31 | 4,310,249 | USD | 2020-03-06 | 10-K · 0001628280-20-003113 |
| 2017-01-01 | 2017-12-31 | 3,224,238 | USD | 2019-03-11 | 10-K · 0001171843-19-001609 |
| 2016-01-01 | 2016-12-31 | 2,939,609 | USD | 2018-03-09 | 10-K · 0001171843-18-001818 |
| 2015-01-01 | 2015-12-31 | 2,819,913 | USD | 2017-03-10 | 10-K · 0001171843-17-001428 |
| 2014-01-01 | 2014-12-31 | 2,345,822 | USD | 2016-03-17 | 10-K · 0001171843-16-008640 |
| 2013-01-01 | 2013-12-31 | 2,006,196 | USD | 2015-03-20 | 10-K · 0001171843-15-001550 |
Related financial histories
- Joint Corp: total assets
- Joint Corp: total liabilities
- Joint Corp: stockholders equity
- Joint Corp: cash and cash equivalents
- Joint Corp: net income or loss
- Joint Corp: operating cash flow
- Joint Corp: capital expenditure payments
- Joint Corp: revenue
- Joint Corp: financing cash flow
- Joint Corp: investing cash flow
- Joint Corp: retained earnings or deficit
- Joint Corp: basic weighted-average shares
- Joint Corp: diluted weighted-average shares
- Joint Corp: basic earnings per share
- Joint Corp: diluted earnings per share
- Joint Corp: income tax expense or benefit
- Joint Corp: net property, plant and equipment
- Joint Corp: share-based compensation expense
- Joint Corp: operating income or loss
- Joint Corp: current assets
- Joint Corp: current liabilities
- Joint Corp: current accounts payable
- Joint Corp: goodwill carrying amount
- Joint Corp: net finite-lived intangible assets
- Joint Corp: net current accounts receivable
- Joint Corp: common-stock repurchase payments
- Joint Corp: selling, general and administrative expense
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
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))