Skip to content

GENESIS FINANCIAL INC: filings

Every GENESIS FINANCIAL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2020-08-13

The latest filing in this captured record is a 10-K filed 2020-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. GENESIS FINANCIAL 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-K2020-08-13fiscal FY 201824440001493152-20-015529
10-Q2018-11-19fiscal Q3 201824520001493152-18-016472
10-Q2018-08-20fiscal Q2 201823480001493152-18-012373
10-Q2018-05-17fiscal Q1 201824430001493152-18-007381
10-K2018-02-14fiscal FY 201723470001052918-18-000034
10-Q2017-11-01fiscal Q3 201718500001052918-17-000528
10-Q2017-08-14fiscal Q2 201717480001052918-17-000403
10-Q2017-05-15fiscal Q1 201717360001052918-17-000274
10-K2017-03-15fiscal FY 201622460001052918-17-000151
10-Q2016-11-04fiscal Q3 201618500001052918-16-001354
10-Q2016-07-25fiscal Q2 201618470001052918-16-001179
10-Q2016-05-13fiscal Q1 201617350001052918-16-001029
10-K2016-03-28fiscal FY 201523480001052918-16-000889
10-Q2015-11-09fiscal Q3 201515400001052918-15-000587
10-Q2015-08-12fiscal Q2 201516420001052918-15-000388
10-Q2015-05-12fiscal Q1 201518380001052918-15-000229
10-K2015-03-31fiscal FY 201420410001052918-15-000108
10-Q2014-11-07fiscal Q3 201417440001052918-14-000428
10-Q2014-08-12fiscal Q2 201419490001052918-14-000309
10-Q2014-05-14fiscal Q1 201419400001052918-14-000160
10-K2014-03-25fiscal FY 201322450001052918-14-000077
10-Q2013-11-12fiscal Q3 201319530001052918-13-000477
10-Q2013-08-14fiscal Q2 201319540001052918-13-000337
10-Q2013-05-20fiscal Q1 201318380001052918-13-000226
10-K2013-04-01fiscal FY 201221410001052918-13-000101
10-Q2012-11-09fiscal Q3 201218450001052918-12-000514
10-Q/A2012-11-07fiscal Q2 201217430001052918-12-000506
10-Q2012-05-14fiscal Q1 201217340001052918-12-000232
10-K2012-04-13fiscal FY 201119360001052918-12-000170
10-Q/A2011-12-23fiscal Q3 201115390001052918-11-000719
10-Q2011-11-14fiscal Q3 201115390001052918-11-000622

Inspect the source

Entity
GENESIS FINANCIAL INC / CIK 0001183082
Captured
SEC response SHA-256
3d5e73ef7de12679d59babee2940bac25109c32634802a0bb5e8af5c693884f0

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