Skip to content

IONQ, INC.: filings

Every IONQ, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-10fiscal Q2 2026541480001193125-26-341001
10-Q2026-05-07fiscal Q1 2026541120001193125-26-211876
10-K2026-02-25fiscal FY 2025551400001193125-26-071562
10-Q2025-11-05fiscal Q3 2025521410001193125-25-266942
10-Q2025-08-06fiscal Q2 2025521410000950170-25-104066
10-Q2025-05-07fiscal Q1 202546950000950170-25-065699
10-K2025-02-26fiscal FY 2024511300000950170-25-027722
10-Q2024-11-06fiscal Q3 2024461250000950170-24-122305
10-Q2024-08-07fiscal Q2 2024461250000950170-24-092782
10-Q2024-05-10fiscal Q1 202446950000950170-24-057804
10-K2024-02-28fiscal FY 2023511020000950170-24-022072
10-Q2023-11-09fiscal Q3 2023461250000950170-23-061982
10-Q2023-08-10fiscal Q2 2023471290000950170-23-041364
10-Q2023-05-11fiscal Q1 202347970001193125-23-142049
10-K2023-03-30fiscal FY 2022511010001193125-23-085558
10-Q2022-11-14fiscal Q3 2022451230001193125-22-284614
10-Q2022-08-15fiscal Q2 2022441210001193125-22-221299
10-Q2022-05-16fiscal Q1 202240810001193125-22-151860
10-K2022-03-28fiscal FY 202142850001193125-22-086738
10-Q2021-11-15fiscal Q3 202135830001193125-21-329877
10-Q2021-08-16fiscal Q2 202116300001193125-21-247711
10-Q2021-06-04fiscal Q1 202115240001193125-21-182981
10-K/A2021-06-04fiscal FY 202021210001193125-21-182887
10-K2021-03-25fiscal FY 202021210001193125-21-094052
10-Q2020-12-18fiscal Q3 202016160001193125-20-321478

Inspect the source

Entity
IONQ, INC. / CIK 0001824920
Captured
2026-09-21T17:29:38.894Z
SEC response SHA-256
f6fbe43700f3fa720811166550a489660a0e2b40d49ed1a6a2f36da67666e654

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