Skip to content

Roku, Inc.: filings

Every Roku, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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 2026561580001628280-26-054335
10-Q2026-05-01fiscal Q1 2026561170001628280-26-029310
10-K2026-02-13fiscal FY 2025591540001628280-26-008114
10-Q2025-10-31fiscal Q3 2025551560001628280-25-047808
10-Q2025-08-01fiscal Q2 2025541540001428439-25-000040
10-Q2025-05-02fiscal Q1 2025541120001428439-25-000017
10-K2025-02-14fiscal FY 2024571510001428439-25-000013
10-Q2024-10-31fiscal Q3 2024521460001428439-24-000042
10-Q2024-08-02fiscal Q2 2024521460001428439-24-000034
10-Q2024-04-26fiscal Q1 2024531100001428439-24-000019
10-K2024-02-16fiscal FY 2023571510001428439-24-000011
10-Q2023-11-02fiscal Q3 2023531500001428439-23-000041
10-Q2023-07-28fiscal Q2 2023531500001428439-23-000028
10-Q2023-04-27fiscal Q1 2023531100001428439-23-000017
10-K2023-02-16fiscal FY 2022571520001428439-23-000007
10-Q2022-11-03fiscal Q3 2022541530001428439-22-000036
10-Q2022-07-29fiscal Q2 2022541530001428439-22-000026
10-Q2022-04-29fiscal Q1 2022541130001428439-22-000016
10-K2022-02-18fiscal FY 2021571520001428439-22-000010
10-Q2021-11-04fiscal Q3 2021521440001564590-21-054545
10-Q2021-08-05fiscal Q2 2021521450001564590-21-041648
10-Q2021-05-07fiscal Q1 2021521060001564590-21-025558
10-K2021-02-26fiscal FY 2020541660001564590-21-009021
10-Q2020-11-06fiscal Q3 2020521460001564590-20-051937
10-Q2020-08-07fiscal Q2 2020471240001564590-20-038487
10-Q2020-05-11fiscal Q1 202047950001564590-20-024356
10-K2020-03-02fiscal FY 2019531600001564590-20-007916
10-Q2019-11-08fiscal Q3 2019461220001564590-19-042335
10-Q2019-08-09fiscal Q2 2019501370001564590-19-031292
10-Q2019-05-10fiscal Q1 201945900001564590-19-018520
10-K2019-03-01fiscal FY 2018511600001564590-19-005829
10-Q2018-11-09fiscal Q3 2018421100001564590-18-028923
10-Q2018-08-10fiscal Q2 2018441200001564590-18-021290
10-Q2018-05-11fiscal Q1 201833660001564590-18-013262
10-K2018-03-01fiscal FY 2017431320001564590-18-004134
10-Q2017-11-09fiscal Q3 201737950001564590-17-023309

Inspect the source

Entity
Roku, Inc. / CIK 0001428439
Captured
2026-09-20T09:02:17.874Z
SEC response SHA-256
b8d33821bbdc5ec0cd48368869e6419bb019a3223785c8a1999194687ea443ca

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