Skip to content

Corsair Gaming, Inc.: filings

Every Corsair Gaming, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 2026561510001193125-26-337981
10-Q2026-05-07fiscal Q1 2026571170001193125-26-211947
10-K2026-02-25fiscal FY 2025591530001193125-26-067833
10-Q2025-11-04fiscal Q3 2025561490001193125-25-264750
10-Q2025-08-07fiscal Q2 2025561490000950170-25-105191
10-Q2025-05-07fiscal Q1 2025561140000950170-25-064667
10-K2025-02-26fiscal FY 2024591530000950170-25-027856
10-Q2024-11-06fiscal Q3 2024561520000950170-24-122439
10-Q2024-08-01fiscal Q2 2024561520000950170-24-089379
10-Q2024-05-07fiscal Q1 2024561160000950170-24-054670
10-K2024-02-27fiscal FY 2023591530000950170-24-021415
10-Q2023-11-07fiscal Q3 2023581580000950170-23-060252
10-Q2023-08-03fiscal Q2 2023581580000950170-23-038025
10-Q2023-05-10fiscal Q1 2023581200000950170-23-020577
10-K2023-02-27fiscal FY 2022581490001564590-23-002592
10-Q2022-11-03fiscal Q3 2022571560001564590-22-036639
10-Q2022-08-04fiscal Q2 2022551500001564590-22-028032
10-Q2022-05-06fiscal Q1 2022561160001564590-22-018610
10-K2022-03-01fiscal FY 2021571440001564590-22-007822
10-Q2021-11-02fiscal Q3 2021541450001564590-21-053537
10-Q2021-08-03fiscal Q2 2021541440001564590-21-040254
10-Q2021-05-04fiscal Q1 2021521080001564590-21-023430
10-K2021-03-11fiscal FY 2020551860001564590-21-012507
10-Q2020-11-10fiscal Q3 2020581520001564590-20-052867

Inspect the source

Entity
Corsair Gaming, Inc. / CIK 0001743759
Captured
2026-09-21T17:28:40.750Z
SEC response SHA-256
5a569a753f33df142d2dbbba0d90bf0587d4e55ec132c7618cd10acd95df7e01

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