Skip to content

MAGNITE, INC.: filings

Every MAGNITE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026501410001628280-26-053343
10-Q2026-05-06fiscal Q1 2026501030001595974-26-000022
10-K2026-02-25fiscal FY 2025541390001595974-26-000007
10-Q2025-11-05fiscal Q3 2025481410001595974-25-000043
10-Q2025-08-06fiscal Q2 2025481370001595974-25-000027
10-Q2025-05-07fiscal Q1 202548990001595974-25-000017
10-K2025-02-26fiscal FY 2024511340001595974-25-000008
10-Q2024-11-07fiscal Q3 2024471380001595974-24-000041
10-Q2024-08-07fiscal Q2 2024471340001595974-24-000032
10-Q2024-05-08fiscal Q1 202446960001595974-24-000022
10-K2024-02-28fiscal FY 2023481270001595974-24-000014
10-Q2023-11-08fiscal Q3 2023461310001595974-23-000039
10-Q2023-08-09fiscal Q2 2023471310001595974-23-000031
10-Q2023-05-10fiscal Q1 202346950001595974-23-000018
10-K2023-02-22fiscal FY 2022511330001595974-23-000010
10-Q2022-11-09fiscal Q3 2022471350001595974-22-000059
10-Q2022-08-09fiscal Q2 2022471310001595974-22-000043
10-Q2022-05-04fiscal Q1 202247970001595974-22-000027
10-K2022-02-23fiscal FY 2021511330001595974-22-000010
10-Q2021-11-03fiscal Q3 2021451320001595974-21-000066
10-Q2021-08-05fiscal Q2 2021451280001595974-21-000055
10-Q2021-05-10fiscal Q1 202143900001595974-21-000028
10-K2021-02-25fiscal FY 2020522340001595974-21-000016
10-Q2020-11-09fiscal Q3 2020421210001595974-20-000151
10-Q2020-08-10fiscal Q2 2020421170001595974-20-000130
10-Q2020-05-06fiscal Q1 202042870001595974-20-000058
10-K2020-02-27fiscal FY 2019522000001595974-20-000026
10-Q2019-11-06fiscal Q3 2019411180001595974-19-000129
10-Q2019-07-31fiscal Q2 2019391060001595974-19-000114
10-Q2019-05-02fiscal Q1 201939800001595974-19-000062
10-K2019-02-27fiscal Q4 2018441620001595974-19-000043
10-Q2018-11-08fiscal Q3 201838990001595974-18-000110
10-Q2018-08-01fiscal Q2 201836960001595974-18-000078
10-Q2018-05-03fiscal Q1 201840820001595974-18-000040
10-K2018-03-15fiscal FY 2017482320001595974-18-000020
10-Q2017-11-03fiscal Q3 2017421150001595974-17-000065
10-Q2017-08-02fiscal Q2 2017381000001595974-17-000054
10-Q2017-05-05fiscal Q1 201741850001628280-17-004995
10-K2017-03-15fiscal FY 2016481290001628280-17-002588
10-Q2016-11-03fiscal Q3 2016421180001595974-16-000050
10-Q2016-08-05fiscal Q2 2016421180001595974-16-000043
10-Q2016-05-04fiscal Q1 201639800001628280-16-015406
10-K2016-03-04fiscal FY 2015481280001628280-16-012273
10-Q2015-10-30fiscal Q3 2015391070001628280-15-008057
10-Q2015-08-05fiscal Q2 2015391050001628280-15-006064
10-Q2015-05-08fiscal Q1 201536740001628280-15-003958
10-K2015-03-06fiscal FY 2014451200001628280-15-001546
10-Q2014-10-31fiscal Q3 2014371000001595974-14-000010
10-Q2014-08-01fiscal Q2 201436980001595974-14-000007
10-Q2014-05-15fiscal Q1 201436740001595974-14-000004

Inspect the source

Entity
MAGNITE, INC. / CIK 0001595974
Captured
2026-09-20T09:24:42.815Z
SEC response SHA-256
e7887d80b9088c3ba5f91aad1dfb75f90632a9cb3c9b1b0f0e745b03924394bc

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