Skip to content

Real Goods Solar, Inc.: filings

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

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Real Goods 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-Q2019-11-13fiscal Q3 201929730001104659-19-063379
10-Q2019-08-13fiscal Q2 201927660001144204-19-039527
10-Q2019-05-15fiscal Q1 201929570001144204-19-026543
10-K2019-04-15fiscal FY 201834670001144204-19-019699
10-Q2018-11-06fiscal Q3 201833820001144204-18-057441
10-Q2018-08-15fiscal Q2 201833830001144204-18-044814
10-Q2018-08-14fiscal Q2 201833830001144204-18-044771
10-Q2018-05-11fiscal Q1 201832660001144204-18-027621
10-K2018-04-02fiscal FY 201734690001144204-18-018683
10-Q2017-11-09fiscal Q3 201731690001144204-17-057840
10-Q2017-08-14fiscal Q2 201729670001144204-17-043207
10-Q2017-08-09fiscal Q2 201729670001144204-17-041695
10-Q2017-05-10fiscal Q1 201734690001571049-17-004812
10-K2017-03-10fiscal FY 201636740001571049-17-002212
10-Q2016-11-08fiscal Q3 201630780001571049-16-019649
10-Q2016-08-22fiscal Q2 201631830001571049-16-017677
10-Q2016-05-12fiscal Q1 201631620001571049-16-015214
10-K2016-04-01fiscal FY 201537740001571049-16-013587
10-Q2015-11-09fiscal Q3 201532850001571049-15-009019
10-Q2015-08-10fiscal Q2 201533850001571049-15-006558
10-Q2015-05-11fiscal Q1 201530620001193125-15-182060
10-K2015-03-31fiscal FY 2014381330001193125-15-114348
10-Q2014-11-19fiscal Q3 201434900001193125-14-418689
10-Q2014-08-19fiscal Q2 201435930001193125-14-314656
10-Q2014-05-15fiscal Q1 201432640001193125-14-201492
10-K2014-03-31fiscal FY 2013371340001193125-14-124231
10-Q2013-11-14fiscal Q3 201337950001193125-13-440806
10-Q2013-08-13fiscal Q2 201337930001193125-13-332752
10-Q2013-05-15fiscal Q1 201335680001193125-13-222496
10-K2013-04-01fiscal FY 2012411420001193125-13-136727
10-Q2012-11-14fiscal Q3 201238990001193125-12-470816
10-Q2012-08-14fiscal Q2 201237990001193125-12-355717
10-Q2012-05-14fiscal Q1 201236730001193125-12-231424
10-K2012-03-15fiscal FY 201135900001193125-12-117522
10-Q2011-11-09fiscal Q3 201136960001193125-11-304641
10-Q/A2011-08-18fiscal Q2 201135950001193125-11-226585

Inspect the source

Entity
Real Goods Solar, Inc. / CIK 0001425565
Captured
SEC response SHA-256
b2a0afda034abb3699aca9282a4794333a8086273fab21f01b87557860482876

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