Skip to content

SPIRE GLOBAL, INC.: filings

Every SPIRE GLOBAL, 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-08-13fiscal Q2 2026571700001193125-26-347865
10-Q2026-05-14fiscal Q1 2026561180001193125-26-222710
10-K2026-03-19fiscal FY 2025561140001193125-26-116169
10-Q2025-12-17fiscal Q3 2025561670001193125-25-322735
10-Q2025-11-04fiscal Q2 2025551610001193125-25-262935
10-Q2025-05-14fiscal Q1 2025551120000950170-25-071394
10-K/A2025-04-04fiscal FY 2024601200000950170-25-051157
10-K2025-03-31fiscal FY 2024601200000950170-25-047695
10-Q2025-03-03fiscal Q3 2024541510000950170-25-030877
10-Q2025-03-03fiscal Q2 2024541510000950170-25-030868
10-Q/A2025-03-03fiscal Q1 2024571150000950170-25-030862
10-K/A2025-03-03fiscal FY 2023571150000950170-25-030856
10-Q2024-05-15fiscal Q1 2024561130000950170-24-060496
10-K2024-03-06fiscal FY 2023591170000950170-24-027164
10-Q2023-11-08fiscal Q3 2023551550000950170-23-061167
10-Q2023-08-09fiscal Q2 2023551550000950170-23-040632
10-Q2023-05-10fiscal Q1 2023541110000950170-23-020612
10-K2023-03-15fiscal FY 2022561130000950170-23-008177
10-Q2022-11-10fiscal Q3 2022541510000950170-22-024016
10-Q/A2022-11-07fiscal Q3 2021441290001193125-22-279123
10-Q/A2022-11-07fiscal Q2 2022531490000950170-22-022690
10-Q/A2022-11-07fiscal Q1 2022531090000950170-22-022674
10-K/A2022-11-07fiscal FY 2021531060000950170-22-022663
10-Q2022-08-10fiscal Q2 2022491330000950170-22-016485
10-Q2022-05-11fiscal Q1 2022491010000950170-22-009371
10-K2022-03-30fiscal FY 202149980000950170-22-005052
10-Q2021-11-10fiscal Q3 2021401130001193125-21-326204
10-Q2021-08-12fiscal Q2 202114340001564590-21-044016
10-Q2021-05-24fiscal Q1 202113200001564590-21-029554
10-K/A2021-05-12fiscal FY 202017180001193125-21-159311
10-K2021-03-29fiscal FY 202015160001564590-21-016118
10-Q2020-11-13fiscal Q3 202012170001564590-20-053693
10-Q2020-10-06fiscal Q2 20209100001564590-20-045923

Inspect the source

Entity
SPIRE GLOBAL, INC. / CIK 0001816017
Captured
2026-09-21T17:34:10.130Z
SEC response SHA-256
ad919111fc205cffe03753f45872f0b7f550cf60ee3d321955f183433a2d5747

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