Skip to content

808 Renewable Energy Corporation: financial reference

Explore 808 Renewable Energy Corporation financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2023-04-14

The latest filing in this captured record is a 10-K filed 2023-04-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. 808 Renewable Energy Corporation 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2022-12-311,999,941USD2023-04-14
Total liabilities-2022-12-312,699,034USD2023-04-14
Stockholders equity-2021-12-31-18,490USD2022-04-15
Cash and cash equivalents-2021-12-31484,230USD2022-04-15
Net income or loss2022-01-012022-12-31-404,926USD2023-04-14
Operating cash flow2022-01-012022-12-31-718,468USD2023-04-14
Financing cash flow2022-01-012022-12-31316,252USD2023-04-14
Investing cash flow2022-01-012022-12-31-25,339USD2023-04-14
Retained earnings or deficit-2022-12-31-24,300,143USD2023-04-14
Net property, plant and equipment-2022-12-31287,278USD2023-04-14
Current assets-2022-12-31948,985USD2023-04-14
Interest expense2015-01-012015-12-31161USD2016-04-22
Current liabilities-2022-12-311,667,209USD2023-04-14
Current accounts payable-2022-12-3119,385USD2023-04-14
Goodwill carrying amount-2022-12-31693,142USD2023-04-14
Operating expenses2022-01-012022-12-31422,325USD2023-04-14
Gross profit2022-01-012022-12-31-261,365USD2023-04-14
Common shares outstanding-2022-12-311,395,221,422shares2023-04-14
Cash including restricted cash-2022-12-3156,675USD2023-04-14
Additional paid-in capital-2022-12-3123,669,777USD2023-04-14
Total equity including noncontrolling interests-2022-12-31-699,093USD2023-04-14
Gross property, plant and equipment-2014-12-31377,094USD2015-07-14
Accumulated depreciation on property, plant and equipment-2022-12-3197,606USD2023-04-14
Net intangible assets excluding goodwill-2022-12-3168,536USD2023-04-14
Accrued current liabilities-2022-12-310USD2023-04-14
Prepaid expenses and other current assets-2015-12-3192,147USD2016-04-22
Profit or loss including noncontrolling interests2022-01-012022-12-31-680,603USD2023-04-14
General and administrative expense2022-01-012022-12-317,986USD2023-04-14
Depreciation expense2022-01-012022-12-318,189USD2023-04-14
Deferred income tax expense or benefit2015-01-012015-12-31-597,488USD2016-04-22
Interest paid, net2022-01-012022-12-313,216USD2023-04-14
Proceeds from issuing common stock2022-01-012022-12-310USD2023-04-14
Change in accounts receivable2022-01-012022-12-31-15,000USD2023-04-14
Change in inventories2022-01-012022-12-317,428USD2023-04-14

Filings

14 808 Renewable Energy filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
808 Renewable Energy Corporation / CIK 0001467913
Captured
SEC response SHA-256
36108c45de22ee1cc10283aac2a8a3e05e26a29222f2a2b23ed19d244ad29520

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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