Skip to content

BRIGHTLANE CORP.: filings

Every BRIGHTLANE CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-11-15

The latest filing in this captured record is a 10-Q/A filed 2019-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. BRIGHTLANE CORP. 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-Q/A2019-11-15fiscal Q3 201928750001014897-19-000182
10-Q2019-08-20fiscal Q2 201930830001014897-19-000138
10-Q2019-05-15fiscal Q1 201923370001014897-19-000074
10-K2019-04-16fiscal FY 201824520001014897-19-000050
10-Q2018-11-14fiscal Q3 201822560001014897-18-000124
10-Q/A2018-08-21fiscal Q2 201822560001014897-18-000091
10-Q2018-08-14fiscal Q2 201822560001014897-18-000087
10-Q2018-04-30fiscal Q1 201821430001014897-18-000030
10-K2018-04-02fiscal FY 201725520001014897-18-000028
10-Q/A2017-11-21fiscal Q4 201724580001014897-17-000239
10-Q2017-08-14fiscal Q2 201722560001014897-17-000175
10-Q2017-05-12fiscal Q1 201723480001014897-17-000100
10-K2017-04-17fiscal FY 201624490001014897-17-000072
10-Q2016-11-14fiscal Q3 201621520001014897-16-000658
10-Q2016-08-15fiscal Q2 201621520001014897-16-000602
10-Q2016-05-03fiscal Q1 201621440001014897-16-000546
10-K2016-04-14fiscal FY 201522460001014897-16-000524
10-Q2015-11-05fiscal Q3 201520460001617819-15-000064
10-Q2015-09-02fiscal Q2 201520500001640334-15-000112
10-Q2015-09-02fiscal Q1 201519370001640334-15-000110
10-K2015-09-02fiscal FY 201422410001640334-15-000108
10-Q2015-09-02fiscal Q3 201422500001640334-15-000106
10-Q2015-09-02fiscal Q2 201423550001640334-15-000104
10-Q2015-09-02fiscal Q1 201423550001640334-15-000102
10-K2014-12-18fiscal FY 201328850001469709-14-000545
10-K2014-11-26fiscal FY 201328850001469709-14-000506
10-K2014-10-08fiscal FY 201328850001469709-14-000424
10-Q2013-11-12fiscal Q3 201325820001469709-13-000634
10-K/A2013-10-25fiscal FY 201230880001469709-13-000606
10-Q2013-08-14fiscal Q2 201323750001469709-13-000488
10-Q2013-05-15fiscal Q1 201323610001469709-13-000329
10-K2013-04-15fiscal FY 201230880001469709-13-000226
10-Q2012-11-08fiscal Q3 201223860001469709-12-000287
10-Q2012-08-20fiscal Q2 201221810001469709-12-000205
10-Q2012-05-15fiscal Q1 201220660001469709-12-000098
10-K2012-04-16fiscal FY 201123660001469709-12-000079
10-Q2011-11-18fiscal Q3 201119700001469709-11-000256
10-Q2011-08-12fiscal Q2 201119710001469709-11-000135

Inspect the source

Entity
BRIGHTLANE CORP. / CIK 0001425289
Captured
SEC response SHA-256
d8725359fd9f070e371d14af33748c5f2ac9a2af6ca52195a37c54c9ca9f45d9

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