Skip to content

Azio AI Holdings, Inc.: filings

Every Azio AI Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-18fiscal Q2 2026411190001437749-26-028254
10-Q2026-05-19fiscal Q1 202641860001437749-26-017803
10-K2026-04-13fiscal FY 202546930001437749-26-012170
10-Q2025-11-20fiscal Q3 2025451320001437749-25-035760
10-Q2025-08-18fiscal Q2 2025451280001437749-25-027166
10-Q2025-05-20fiscal Q1 202544900001437749-25-017820
10-K2025-04-15fiscal FY 202447940001437749-25-012095
10-Q2024-11-14fiscal Q3 2024451270001437749-24-035310
10-Q2024-08-14fiscal Q2 2024451230001437749-24-026785
10-Q2024-05-15fiscal Q1 202445910001437749-24-017090
10-K2024-03-28fiscal FY 202346930001437749-24-009818
10-Q2023-11-14fiscal Q3 2023431240001437749-23-032000
10-Q/A2023-11-01fiscal Q1 202342860001437749-23-029741
10-Q2023-10-16fiscal Q2 2023431200001437749-23-028284
10-Q2023-10-16fiscal Q1 202342860001437749-23-028283
10-K2023-09-25fiscal FY 202247950001437749-23-026704
10-Q/A2023-09-22fiscal Q3 2022441270001437749-23-026607
10-Q/A2023-09-22fiscal Q2 2022441230001437749-23-026606
10-Q/A2023-09-22fiscal Q1 202245910001437749-23-026605
10-Q2022-11-14fiscal Q3 2022481410001193125-22-284630
10-Q2022-08-15fiscal Q2 2022481370001193125-22-221237
10-Q2022-05-16fiscal Q1 202244910001193125-22-151825
10-K2022-04-26fiscal FY 202144820001193125-22-120451
10-Q2021-11-12fiscal Q3 2021441050001193125-21-328037
10-Q2021-08-19fiscal Q2 2021441060001564590-21-045192
10-Q2021-05-25fiscal Q1 202142750001564590-21-029755
10-K2021-03-31fiscal FY 202043860001564590-21-017115
10-Q2020-11-13fiscal Q3 2020421140001564590-20-053740
10-Q2020-08-14fiscal Q2 2020421130001564590-20-040182
10-Q2020-04-30fiscal Q1 202042910001564590-20-019971
10-K2020-03-10fiscal FY 201945890001564590-20-009553
10-Q2019-10-24fiscal Q3 2019411130001564590-19-037750
10-Q2019-07-29fiscal Q2 2019401080001564590-19-026614
10-Q2019-05-03fiscal Q1 201939850001564590-19-015727
10-K2019-02-19fiscal FY 201844860001564590-19-003196
10-Q2018-10-24fiscal Q3 201840950001171843-18-007178
10-Q2018-08-09fiscal Q2 201840940001171843-18-005881
10-Q2018-05-10fiscal Q1 201840760001171843-18-003811
10-K2018-03-12fiscal FY 2017441020001171843-18-001854
10-Q2017-11-13fiscal Q3 201735850001171843-17-006913
10-Q2017-08-14fiscal Q2 201730720001171843-17-005015
10-Q2017-06-19fiscal Q1 201729570001171843-17-003687

Inspect the source

Entity
Azio AI Holdings, Inc. / CIK 0001563568
Captured
2026-09-20T09:20:14.574Z
SEC response SHA-256
3d8b3f76f45d72c3de6474ae3d9b714016443ce9ba5b8052317b100ca635e13b

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