Skip to content

RIDGEDALE HOLDINGS INC.: filings

Every RIDGEDALE HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-Q2024-11-08fiscal FY 202525530001683168-24-007811
10-K2024-10-04fiscal FY 202424490001683168-24-006929
10-Q2024-05-20fiscal Q3 202422750001683168-24-003680
10-Q2024-02-12fiscal Q2 202423750001683168-24-000856
10-Q2023-11-17fiscal Q1 202424510001683168-23-008278
10-K2023-10-13fiscal FY 202325510001683168-23-007142
10-Q2023-05-10fiscal Q3 202325850001683168-23-003106
10-Q2023-02-13fiscal Q2 202324810001683168-23-000808
10-Q2022-11-21fiscal Q1 202324530001683168-22-007916
10-K2022-09-22fiscal FY 202225510001683168-22-006527
10-Q2022-05-16fiscal Q3 202226790001683168-22-003610
10-Q2022-02-15fiscal Q2 202218470001683168-22-001025
10-Q2021-11-05fiscal Q1 202120390001683168-21-005272
10-K2014-10-14fiscal FY 201432830001171520-14-000692
10-Q2014-05-20fiscal Q3 201429890001171520-14-000392
10-Q2014-02-27fiscal Q2 201429890001171520-14-000197
10-Q2013-11-14fiscal Q1 201429710001171520-13-000711
10-K2013-10-15fiscal FY 201329650001171520-13-000639
10-Q2013-05-20fiscal Q3 201328770001171520-13-000423
10-Q2013-03-18fiscal Q2 201331850001171520-13-000225
10-Q/A2012-12-14fiscal Q1 201332770001171520-12-001081
10-K/A2012-11-13fiscal FY 201225550001171520-12-000947
10-K2012-10-15fiscal FY 201225550001171520-12-000872
10-Q2012-05-15fiscal Q3 201225690001171520-12-000466
10-Q2012-02-17fiscal Q2 201224660001171520-12-000134
10-Q/A2011-11-29fiscal Q1 201220490001171520-11-000885

Inspect the source

Entity
RIDGEDALE HOLDINGS INC. / CIK 0001469115
Captured
2026-09-21T17:19:14.684Z
SEC response SHA-256
bf416664a939537bb4b2b291114a5659174c4ea683855ed41a0578bab0c241dd

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