Skip to content

RANGER GOLD CORP.: filings

Every RANGER GOLD CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-19fiscal Q1 202726550001477932-26-005172
10-K2026-07-14fiscal FY 202626650001477932-26-004299
10-Q2026-02-24fiscal Q3 202624790001477932-26-000989
10-Q2025-11-19fiscal Q2 202525740001477932-25-008496
10-Q2025-08-14fiscal Q1 202625530001477932-25-005898
10-K2025-07-14fiscal FY 202526680001477932-25-005018
10-Q2025-02-20fiscal Q3 202524750001477932-25-001152
10-Q2024-11-21fiscal Q2 202521620001477932-24-007540
10-Q2024-08-19fiscal Q1 202521460001477932-24-005079
10-K2024-07-30fiscal FY 202421580001477932-24-004441
10-Q/A2024-07-09fiscal Q3 202421660001477932-24-004129
10-Q2024-02-26fiscal Q3 202421660001477932-24-000898
10-Q2023-12-14fiscal Q2 202421640001477932-23-009142
10-Q2023-11-30fiscal Q1 202420440001477932-23-008878
10-K2023-11-21fiscal FY 202319400001477932-23-008723
10-Q/A2023-11-20fiscal Q3 202319620001477932-23-008694
10-Q/A2023-11-20fiscal Q2 202319600001477932-23-008682
10-Q2023-02-27fiscal Q3 202318490001477932-23-001256
10-Q2023-02-23fiscal Q2 202319550001477932-23-001223
10-Q2014-02-14fiscal Q3 201320700000939802-14-000012
10-Q2013-11-08fiscal Q2 201320700000939802-13-000185
10-Q2013-08-14fiscal Q1 201320550000939802-13-000128
10-K2013-07-12fiscal FY 201222580000939802-13-000095
10-Q/A2013-02-11fiscal Q3 201222770000939802-13-000025
10-Q2012-11-13fiscal Q2 201221730000939802-12-000265
10-Q2012-08-10fiscal Q1 201221580000939802-12-000179
10-K2012-05-23fiscal FY 201120600000939802-12-000128
10-Q2012-02-13fiscal Q3 201120680000939802-12-000037
10-Q2011-11-14fiscal Q2 201119660000939802-11-000328
10-Q2011-08-12fiscal Q1 201118490000939802-11-000209

Inspect the source

Entity
RANGER GOLD CORP. / CIK 0001434740
Captured
2026-09-20T09:03:01.511Z
SEC response SHA-256
60f1a40ac3a7f7c68ca579bfc911355acf92805cbc84004abc2529ee83889d51

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