Skip to content

Inspirato Incorporated: filings

Every Inspirato Incorporated annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-Q2025-11-05fiscal Q3 2025421230001820566-25-000201
10-Q2025-08-13fiscal Q2 2025411190001820566-25-000124
10-Q2025-05-08fiscal Q1 202541850001820566-25-000063
10-K2025-03-26fiscal FY 2024471230001820566-25-000031
10-Q2024-10-30fiscal Q3 2024411120001558370-24-013965
10-Q2024-08-14fiscal Q2 2024381010001558370-24-012262
10-Q2024-05-09fiscal Q1 202439800001558370-24-007630
10-K2024-03-12fiscal FY 2023441080001558370-24-002993
10-Q2023-11-09fiscal Q3 2023421090001558370-23-018546
10-Q2023-08-09fiscal Q2 2023421060001558370-23-014177
10-Q2023-05-09fiscal Q1 202342850001558370-23-008884
10-K2023-03-15fiscal FY 2022471070001558370-23-003885
10-Q2022-12-19fiscal Q3 2022451120001558370-22-018788
10-Q/A2022-12-15fiscal Q2 2022441060001558370-22-018665
10-Q/A2022-12-15fiscal Q1 202243820001558370-22-018663
10-Q2022-08-10fiscal Q2 2022441060001558370-22-012947
10-Q2022-05-13fiscal Q1 202243820001104659-22-059708
10-K2022-02-09fiscal FY 202119370001193125-22-032789
10-Q/A2021-12-02fiscal Q3 202115410001193125-21-346721
10-K/A2021-12-02fiscal FY 202019210001193125-21-346706
10-Q2021-11-12fiscal Q3 202115410001193125-21-328169
10-Q2021-08-16fiscal Q2 202115300001193125-21-247939
10-Q2021-05-28fiscal Q1 202115250001193125-21-176059
10-K/A2021-05-19fiscal FY 202019190001193125-21-166762
10-K2021-03-24fiscal FY 202019190001193125-21-092716
10-Q2021-01-22fiscal Q3 202011110001193125-21-014883

Inspect the source

Entity
Inspirato Incorporated / CIK 0001820566
Captured
2026-09-21T17:29:11.042Z
SEC response SHA-256
48b27df6b166a8117c69094bd1801593def0ed3558ba201b5f65efd842562492

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