Skip to content

DOMO, INC.: filings

Every DOMO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-09-03fiscal Q2 2027521460001628280-26-060537
10-Q2026-06-15fiscal Q1 2027511050001628280-26-043173
10-K2026-04-16fiscal FY 2026561460001628280-26-025356
10-Q2025-12-09fiscal Q3 2026521510001628280-25-055921
10-Q2025-09-05fiscal Q2 2026521470001505952-25-000075
10-Q2025-06-06fiscal Q1 2026521070001628280-25-029801
10-K2025-04-04fiscal FY 2025551430001505952-25-000045
10-Q2024-12-10fiscal Q3 2025511490001505952-24-000072
10-Q2024-09-06fiscal Q2 2025501410001505952-24-000054
10-Q2024-06-07fiscal Q1 2025521070001505952-24-000032
10-K2024-03-28fiscal FY 2024541380001505952-24-000015
10-Q2023-12-08fiscal Q3 2024491410001505952-23-000097
10-Q2023-09-05fiscal Q2 2024491370001505952-23-000088
10-Q2023-06-09fiscal Q1 2024521070001505952-23-000069
10-K2023-03-27fiscal FY 2023541380001505952-23-000021
10-Q2022-12-09fiscal Q3 2023501470001505952-22-000029
10-Q2022-09-08fiscal Q2 2023511450001505952-22-000023
10-Q2022-06-08fiscal Q1 2023521070001505952-22-000019
10-K2022-03-23fiscal FY 2022541370001505952-22-000012
10-Q2021-12-10fiscal Q3 2022471330001505952-21-000034
10-Q2021-09-09fiscal Q2 2022471290001505952-21-000029
10-Q2021-06-09fiscal Q1 202247980001505952-21-000017
10-K2021-04-01fiscal FY 2021511270001505952-21-000007
10-Q2020-12-10fiscal Q3 2021471280001505952-20-000045
10-Q2020-09-09fiscal Q2 2021471240001505952-20-000038
10-Q2020-06-09fiscal Q1 202147950001505952-20-000031
10-K2020-04-13fiscal FY 2020491260001505952-20-000018
10-Q2019-12-12fiscal Q3 2020441240001505952-19-000053
10-Q2019-09-12fiscal Q2 2020441200001505952-19-000044
10-Q2019-06-13fiscal Q1 202044920001505952-19-000038
10-K2019-04-15fiscal FY 2019471210001505952-19-000016
10-Q2018-12-13fiscal Q3 2019411080001505952-18-000028
10-Q2018-09-13fiscal Q2 2019411100001505952-18-000017

Inspect the source

Entity
DOMO, INC. / CIK 0001505952
Captured
2026-09-20T09:12:21.634Z
SEC response SHA-256
dbe72071d927a7f34e2f5851cf698c1d63871c6a6a679a786437cfeb943e0717

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