Skip to content

MarketWise, Inc.: filings

Every MarketWise, 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-06fiscal Q2 2026531440001628280-26-053921
10-Q2026-05-07fiscal Q1 2026521090001805651-26-000043
10-K2026-03-06fiscal FY 2025541470001805651-26-000016
10-Q2025-11-06fiscal Q3 2025531480001805651-25-000008
10-Q2025-08-07fiscal Q2 2025531480001628280-25-038608
10-Q2025-05-08fiscal Q1 2025501050001628280-25-023467
10-K2025-03-06fiscal FY 2024551470001628280-25-010781
10-Q2024-11-07fiscal Q3 2024541480001628280-24-046024
10-Q2024-08-14fiscal Q2 2024531460001628280-24-037041
10-Q2024-05-15fiscal Q1 2024511060001628280-24-023639
10-K2024-03-07fiscal FY 2023541470001628280-24-009542
10-Q2023-11-09fiscal Q3 2023531470001628280-23-038021
10-Q2023-08-10fiscal Q2 2023521460001628280-23-028734
10-Q2023-05-11fiscal Q1 2023521090001628280-23-017412
10-K2023-03-31fiscal FY 2022541440001628280-23-010019
10-Q2022-11-03fiscal Q3 2022531490001628280-22-027963
10-Q2022-08-08fiscal Q2 2022531370001628280-22-021419
10-Q2022-05-09fiscal Q1 2022531040001628280-22-013175
10-K2022-03-10fiscal FY 2021531320001628280-22-005651
10-Q2021-11-12fiscal Q3 2021501270001628280-21-022965
10-Q2021-07-19fiscal Q2 202117440001193125-21-218723
10-Q2021-05-24fiscal Q1 202117270001193125-21-170856
10-K/A2021-05-10fiscal FY 202019200001193125-21-156453
10-K2021-03-22fiscal FY 202019200001193125-21-089774
10-Q2020-11-16fiscal Q3 202019270001193125-20-294768

Inspect the source

Entity
MarketWise, Inc. / CIK 0001805651
Captured
2026-09-21T17:33:17.889Z
SEC response SHA-256
c1e5e54982d56e49f4366632a13ad79e12a008c4d9e375acdb6ef988e3fb51c8

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