Skip to content

Sunrun Inc.: filings

Every Sunrun Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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 2026441240001628280-26-053366
10-Q2026-05-06fiscal Q1 202644920001628280-26-031271
10-K2026-02-26fiscal FY 2025511330001628280-26-012289
10-Q2025-11-06fiscal Q3 2025441240001628280-25-050191
10-Q2025-08-06fiscal Q2 2025441240001469367-25-000148
10-Q2025-05-07fiscal Q1 202544920001469367-25-000104
10-K2025-02-27fiscal FY 2024531390001469367-25-000039
10-Q2024-11-07fiscal Q3 2024471320001469367-24-000199
10-Q2024-08-06fiscal Q2 2024471320001469367-24-000146
10-Q2024-05-08fiscal Q1 202446950001469367-24-000092
10-K2024-02-21fiscal FY 2023531390001469367-24-000024
10-Q2023-11-01fiscal Q3 2023481340001469367-23-000202
10-Q2023-08-02fiscal Q2 2023481340001469367-23-000166
10-Q2023-05-03fiscal Q1 2023481000001469367-23-000118
10-K2023-02-22fiscal FY 2022561460001469367-23-000030
10-Q2022-11-02fiscal Q3 2022491380001469367-22-000159
10-Q2022-08-03fiscal Q2 2022481340001469367-22-000118
10-Q2022-05-04fiscal Q1 2022481000001469367-22-000078
10-K2022-02-17fiscal FY 2021561480001469367-22-000033
10-Q2021-11-04fiscal Q3 2021501390001469367-21-000237
10-Q2021-08-05fiscal Q2 2021491370001469367-21-000187
10-Q2021-05-05fiscal Q1 2021501030001469367-21-000114
10-K2021-02-25fiscal FY 2020581520001469367-21-000042
10-Q2020-11-05fiscal Q3 2020511410001469367-20-000231
10-Q2020-08-10fiscal Q2 2020501390001469367-20-000180
10-Q2020-05-06fiscal Q1 2020501030001469367-20-000107
10-K2020-02-27fiscal FY 2019571880001469367-20-000061
10-Q2019-11-12fiscal Q3 2019521430001469367-19-000181
10-Q2019-08-07fiscal Q2 2019521430001469367-19-000126
10-Q2019-05-08fiscal Q1 2019511060001469367-19-000094
10-K/A2019-03-05fiscal FY 2018561850001469367-19-000047
10-K2019-02-28fiscal FY 2018561850001469367-19-000041
10-Q2018-11-07fiscal Q3 2018511400001469367-18-000086
10-Q2018-08-09fiscal Q2 2018451280001469367-18-000071
10-Q2018-05-09fiscal Q1 201845940001469367-18-000054
10-K2018-03-06fiscal FY 2017481230001469367-18-000031
10-Q2017-11-08fiscal Q3 2017421160001469367-17-000022
10-Q2017-08-07fiscal Q2 2017421160001628280-17-008210
10-Q2017-05-10fiscal Q1 201743840001564590-17-010326
10-K2017-03-08fiscal FY 2016471210001564590-17-003704
10-Q2016-11-10fiscal Q3 2016421180001564590-16-028935
10-Q2016-08-11fiscal Q2 2016421150001564590-16-024098
10-Q2016-05-13fiscal Q1 201640800001564590-16-019375
10-K2016-03-11fiscal FY 2015421010001564590-16-014482
10-Q2015-11-13fiscal Q3 2015381000001564590-15-010675
10-Q2015-09-15fiscal Q2 2015381000001564590-15-007967

Inspect the source

Entity
Sunrun Inc. / CIK 0001469367
Captured
2026-09-20T09:07:18.317Z
SEC response SHA-256
8febe9731de6cd787b7bcedd14c6535334f8ef166c8864cf94ad2246becdd5f1

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