Skip to content

FARMHOUSE, INC. /NV: filings

Every FARMHOUSE, INC. /NV annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-20fiscal Q2 202629850001096906-26-001266
10-Q2026-05-20fiscal Q1 202628590001096906-26-000845
10-K2026-04-17fiscal FY 202530610001096906-26-000562
10-Q2025-11-14fiscal Q3 202528850001096906-25-001826
10-Q2025-08-14fiscal Q2 202528790001096906-25-001317
10-Q2025-07-22fiscal Q1 202527570001096906-25-001169
10-K2025-06-23fiscal FY 202431630001096906-25-000995
10-Q2025-04-25fiscal Q3 202428850001096906-25-000588
10-Q2024-08-14fiscal Q2 202429830001096906-24-001727
10-Q2024-07-11fiscal Q1 202428590001096906-24-001516
10-K2024-07-11fiscal FY 202333670001096906-24-001512
10-Q2023-11-24fiscal Q3 202330900001096906-23-002272
10-Q2023-08-09fiscal Q2 202330860001096906-23-001545
10-Q2023-05-16fiscal Q1 202331660001096906-23-001126
10-K2023-04-20fiscal FY 202232650001096906-23-000882
10-Q2022-11-14fiscal Q3 202231950001096906-22-002757
10-Q2022-08-29fiscal Q2 202229840001096906-22-002040
10-Q2022-05-19fiscal Q1 202228610001096906-22-001189
10-K2022-04-22fiscal FY 202130620001096906-22-000930
10-Q2021-11-12fiscal Q3 202126810001096906-21-002686
10-Q2021-08-23fiscal Q2 202126770001096906-21-002143
10-Q2021-05-17fiscal Q1 202126560001096906-21-001190
10-K2021-04-30fiscal FY 202029600001096906-21-000951
10-Q2020-11-20fiscal Q3 202026760001096906-20-000360

Inspect the source

Entity
FARMHOUSE, INC. /NV / CIK 0001811999
Captured
2026-09-19T11:21:32.625Z
SEC response SHA-256
7e16da6fc6184a28e0cfe0e2b2c811044b199eb743aafa598fa118b27836c33f

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