Skip to content

IMAC Holdings, Inc.: filings

Every IMAC Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-Q2025-12-17fiscal Q3 202534990001493152-25-028190
10-Q2025-08-14fiscal Q2 202533980001641172-25-023958
10-Q2025-07-01fiscal Q1 202533610001641172-25-017343
10-K/A2025-06-30fiscal FY 202437670001641172-25-017216
10-Q/A2025-06-30fiscal Q3 202435960001641172-25-017196
10-Q/A2025-06-30fiscal Q2 202437990001641172-25-017193
10-K2025-04-15fiscal FY 202437660001641172-25-004643
10-Q2025-01-17fiscal Q3 202435950001493152-25-002759
10-Q2024-12-18fiscal Q2 202437980001493152-24-050544
10-Q2024-05-15fiscal Q1 202432600001493152-24-019793
10-K/A2024-05-02fiscal FY 202339720001493152-24-017491
10-K2024-04-16fiscal FY 202339720001493152-24-014857
10-Q2023-11-21fiscal Q3 2023451320001493152-23-042290
10-Q2023-08-21fiscal Q2 2023431200001493152-23-029636
10-Q2023-05-19fiscal Q1 202341790001493152-23-018358
10-K2023-03-31fiscal FY 202241790001493152-23-010385
10-Q2022-11-14fiscal Q3 2022411170001493152-22-032290
10-Q2022-08-15fiscal Q2 2022411130001493152-22-023007
10-Q2022-05-12fiscal Q1 202240780001493152-22-013092
10-K2022-04-14fiscal FY 202138900001493152-22-009946
10-Q2021-11-10fiscal Q3 2021381080001493152-21-027872
10-Q2021-08-12fiscal Q2 2021381040001493152-21-019446
10-Q2021-05-13fiscal Q1 202138750001493152-21-011213
10-K2021-03-04fiscal FY 202040770001493152-21-005333
10-Q2020-11-12fiscal Q3 2020411120001493152-20-021037
10-Q2020-08-14fiscal Q2 2020401050001493152-20-015694
10-Q2020-05-14fiscal Q1 202040760001493152-20-008750
10-K2020-03-26fiscal FY 201940760001493152-20-004759
10-Q2019-11-14fiscal Q3 2019391100001493152-19-017523
10-Q2019-08-19fiscal Q2 2019381060001493152-19-013023
10-Q2019-05-15fiscal Q1 201936710001493152-19-007458

Inspect the source

Entity
IMAC Holdings, Inc. / CIK 0001729944
Captured
2026-09-21T17:25:24.106Z
SEC response SHA-256
c3c2b36d96bc843f8727d40e7e1d641290a0948f46fc8953b7506bd5dc77c75f

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