Skip to content

WHEELS UP EXPERIENCE INC.: filings

Every WHEELS UP EXPERIENCE INC. 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-Q2026-08-05fiscal Q2 2026591640001628280-26-053559
10-Q2026-05-11fiscal Q1 2026581180001628280-26-033583
10-K2026-03-10fiscal FY 2025631600001628280-26-016512
10-Q2025-11-05fiscal Q3 2025601700001628280-25-049230
10-Q2025-08-07fiscal Q2 2025591640001819516-25-000044
10-Q2025-05-05fiscal Q1 2025581180001819516-25-000028
10-K2025-03-11fiscal FY 2024611580001819516-25-000012
10-Q2024-11-07fiscal Q3 2024591680001819516-24-000066
10-Q2024-08-08fiscal Q2 2024591640001819516-24-000047
10-Q2024-05-09fiscal Q1 2024591200001819516-24-000027
10-K2024-03-07fiscal FY 2023621600001819516-24-000015
10-Q2023-11-09fiscal Q3 2023591680001819516-23-000059
10-Q2023-08-14fiscal Q2 2023591640001819516-23-000046
10-Q2023-05-09fiscal Q1 2023591200001819516-23-000039
10-K2023-03-31fiscal FY 2022631970001819516-23-000023
10-Q/A2023-03-31fiscal Q3 2022571660001819516-23-000022
10-Q2022-11-09fiscal Q3 2022571660001819516-22-000033
10-Q2022-08-11fiscal Q2 2022571620001819516-22-000025
10-Q2022-05-13fiscal Q1 2022551140001819516-22-000014
10-K2022-03-10fiscal FY 2021591580001819516-22-000009
10-Q2021-11-10fiscal Q3 2021551580001819516-21-000014
10-Q2021-08-19fiscal Q2 202114270001104659-21-107690
10-Q2021-05-24fiscal Q1 202114220001104659-21-070871
10-K/A2021-05-06fiscal FY 202016180001104659-21-061951
10-K2021-03-15fiscal FY 202016180001104659-21-036332
10-Q2020-11-16fiscal Q3 202014150001104659-20-125510

Inspect the source

Entity
WHEELS UP EXPERIENCE INC. / CIK 0001819516
Captured
2026-09-21T17:34:44.902Z
SEC response SHA-256
2696b9ae62c03c91690025001254a33b80cf85e14b7b0b89b5883d69a7461c85

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