Skip to content

Vivint Solar, Inc.: filings

Every Vivint Solar, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2020-08-05

The latest filing in this captured record is a 10-Q filed 2020-08-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Vivint Solar, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2020-08-05fiscal Q2 2020511360001564590-20-036826
10-Q2020-05-07fiscal Q1 2020501010001564590-20-022859
10-K2020-03-10fiscal FY 2019541060001564590-20-009754
10-Q2019-11-06fiscal Q3 2019501350001564590-19-041015
10-Q2019-08-08fiscal Q2 2019521430001564590-19-030784
10-Q2019-05-09fiscal Q1 201950990001564590-19-017995
10-K2019-03-05fiscal FY 2018551110001564590-19-006267
10-Q2018-11-06fiscal Q3 2018511440001564590-18-027418
10-Q2018-08-07fiscal Q2 2018501400001564590-18-019934
10-Q2018-05-08fiscal Q1 201847960001564590-18-011807
10-K2018-03-07fiscal FY 2017501320001564590-18-004717
10-Q2017-11-07fiscal Q3 2017431200001564590-17-022230
10-Q2017-08-08fiscal Q2 2017421180001564590-17-016510
10-Q2017-05-09fiscal Q1 201742850001564590-17-009845
10-K2017-03-16fiscal FY 2016461180001564590-17-004608
10-Q2016-11-08fiscal Q3 2016431180001564590-16-028328
10-Q2016-08-08fiscal Q2 2016401090001564590-16-023283
10-Q2016-05-09fiscal Q1 201639790001564590-16-018672
10-K2016-03-15fiscal FY 2015441100001564590-16-014741
10-Q2015-11-16fiscal Q3 2015401070001564590-15-010823
10-Q2015-08-11fiscal Q2 2015401080001564590-15-007015
10-Q2015-05-14fiscal Q1 201538780001564590-15-004316
10-K2015-03-13fiscal FY 201442970001564590-15-001675
10-Q2014-11-20fiscal Q3 2014431170001564590-14-005874

Inspect the source

Entity
Vivint Solar, Inc. / CIK 0001607716
Captured
SEC response SHA-256
2243dee9cdec030fdf4a6107bcc376d91fe52e37cd6ae53b1858a2f6273186ea

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