Skip to content

AUDDIA INC.: filings

Every AUDDIA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-14fiscal Q2 2026391170001683168-26-006478
10-Q2026-05-15fiscal Q1 202640830001683168-26-004032
10-K2026-03-06fiscal FY 202541840001683168-26-001587
10-Q2025-11-06fiscal Q3 2025401240001683168-25-008031
10-Q2025-08-08fiscal Q2 2025411220001683168-25-005802
10-Q2025-05-08fiscal Q1 202540840001683168-25-003292
10-K2025-03-05fiscal FY 202442860001683168-25-001357
10-Q2024-11-07fiscal Q3 2024411280001683168-24-007746
10-Q2024-08-07fiscal Q2 2024411240001683168-24-005345
10-Q2024-05-14fiscal Q1 202438800001683168-24-003403
10-K2024-04-01fiscal FY 202337760001683168-24-002035
10-Q2023-11-14fiscal Q3 2023361120001683168-23-008138
10-Q2023-08-24fiscal Q2 2023361080001683168-23-006041
10-Q2023-05-19fiscal Q1 202334720001683168-23-003564
10-K2023-03-23fiscal FY 202235710001683168-23-001703
10-Q2022-11-14fiscal Q3 2022371030001683168-22-007728
10-Q2022-08-12fiscal Q2 2022361020001683168-22-005627
10-Q2022-05-12fiscal Q1 202232680001683168-22-003510
10-K2022-02-17fiscal FY 202129580001683168-22-001112
10-Q2021-11-12fiscal Q3 202129800001683168-21-005525
10-Q2021-08-13fiscal Q2 202131820001683168-21-003579
10-Q2021-05-14fiscal Q1 202129620001683168-21-001993
10-K2021-03-31fiscal FY 202027550001683168-21-001165

Inspect the source

Entity
AUDDIA INC. / CIK 0001554818
Captured
2026-09-20T09:19:06.278Z
SEC response SHA-256
9ff486cef526aec7633d2e5ffff89c2e79eb6b784b35f9feccbc330283726c2b

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