Skip to content

Kingfish Holding Corporation: filings

Every Kingfish Holding Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-08-14fiscal Q3 2026441340001477932-26-005001
10-Q2026-05-15fiscal Q2 2026441320001477932-26-003174
10-Q2026-02-17fiscal Q1 202643920001477932-26-000840
10-K2025-12-29fiscal FY 202543880001477932-25-009206
10-Q2025-08-13fiscal Q3 2025401230001477932-25-005767
10-Q2025-05-15fiscal Q2 2025391180001477932-25-003830
10-Q2025-02-13fiscal Q1 202542880001477932-25-000938
10-K2025-01-13fiscal FY 202440820001477932-25-000201
10-Q2024-09-05fiscal Q3 2024431210001477932-24-005532
10-Q2024-05-15fiscal Q2 202425710001477932-24-002997
10-Q2024-02-14fiscal Q1 202422480001477932-24-000736
10-K2023-12-19fiscal FY 202322460001477932-23-009244
10-Q2023-08-14fiscal Q3 202321590001477932-23-006133
10-Q2023-05-18fiscal Q2 202321620001477932-23-003725
10-Q2023-02-14fiscal Q1 202319380001477932-23-000996
10-K2022-12-30fiscal FY 202221430001477932-22-009583
10-Q2022-08-16fiscal Q3 202221600001477932-22-006202
10-Q2022-07-15fiscal Q2 202220580001477932-22-005113
10-Q2022-07-15fiscal Q1 202121440001477932-22-005109
10-K2022-03-02fiscal FY 202120410001477932-22-001161
10-Q2022-03-02fiscal Q3 202119580001477932-22-001159
10-Q2022-03-02fiscal Q2 202121620001477932-22-001157
10-Q2022-03-02fiscal Q1 202119420001477932-22-001155
10-K2022-03-02fiscal FY 202017350001477932-22-001153
10-K2022-03-02fiscal FY 201917360001477932-22-001151
10-K2022-03-01fiscal FY 201816340001477932-22-001140
10-K2022-03-01fiscal FY 201718370001477932-22-001122
10-K2022-03-01fiscal FY 201621430001477932-22-001114
10-Q2016-08-11fiscal Q3 201618460001477932-16-011776
10-Q2016-05-20fiscal Q2 201617420001477932-16-010496
10-Q2016-02-16fiscal Q1 201617320001477932-16-008605
10-K2015-12-22fiscal FY 201519440001477932-15-007741
10-Q2015-08-13fiscal Q3 201515330001477932-15-005043
10-Q2015-05-15fiscal Q2 201515340001477932-15-003200
10-Q2015-02-13fiscal Q1 201515290001477932-15-001127
10-K2014-12-29fiscal FY 201418330001477932-14-007339
10-Q2014-12-17fiscal Q3 201414320001477932-14-007138
10-Q2014-12-17fiscal Q2 201414320001477932-14-007136
10-Q2014-12-17fiscal Q1 201414260001477932-14-007134
10-K2014-12-17fiscal FY 201319360001477932-14-007132

Inspect the source

Entity
Kingfish Holding Corporation / CIK 0001374881
Captured
2026-09-21T17:18:49.636Z
SEC response SHA-256
c04a82153f40ef57766de77e14ecba26f583c9990474081ebe16846104701d9a

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