Skip to content

Rangeford Resources, Inc.: filings

Every Rangeford Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2019-08-23

The latest filing in this captured record is a 10-Q filed 2019-08-23. No later filing is in the SEC companyfacts record captured on 2026-09-23. Rangeford Resources, 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-Q2019-08-23fiscal Q3 201818480001493152-19-013305
10-Q2019-08-23fiscal Q2 201821520001493152-19-013304
10-Q2019-08-23fiscal Q1 201819370001493152-19-013303
10-Q2019-01-16fiscal Q3 201719480001493152-19-000681
10-Q2019-01-16fiscal Q2 201720510001493152-19-000680
10-Q2019-01-16fiscal Q1 201720390001493152-19-000678
10-Q2018-09-28fiscal Q3 201622600001445866-18-000992
10-Q2018-09-28fiscal Q2 201622600001445866-18-000990
10-K2018-09-12fiscal FY 201724490001445866-18-000922
10-Q2015-09-04fiscal Q1 201518380001633871-15-000100
10-K2015-07-24fiscal FY 201520410001633871-15-000048
10-Q2015-02-24fiscal Q3 201514330001511164-15-000127
10-Q2014-11-18fiscal Q2 201513310001511164-14-000694
10-Q2014-09-30fiscal Q2 201316440001511164-14-000565
10-Q2014-09-30fiscal Q1 201316370001511164-14-000560
10-K2014-09-30fiscal FY 201216440001511164-14-000559
10-Q2014-09-30fiscal Q3 201214390001511164-14-000558
10-Q2014-09-30fiscal Q2 201214390001511164-14-000553
10-Q2014-09-30fiscal Q1 201214350001511164-14-000551
10-Q2014-09-22fiscal Q1 201514290001511164-14-000536
10-K2014-07-18fiscal FY 201415300001511164-14-000414
10-Q2014-06-06fiscal Q3 201416440001511164-14-000343
10-Q2014-06-05fiscal Q2 201416410001511164-14-000339
10-Q2014-06-04fiscal Q1 201415330001511164-14-000331
10-K2014-05-05fiscal FY 201217460001511164-14-000229
10-Q/A2013-02-20fiscal Q3 201214380001511164-13-000075

Inspect the source

Entity
Rangeford Resources, Inc. / CIK 0001438035
Captured
SEC response SHA-256
8f0d73ce816b6685595755204461907bd79b8f9706fd9e91e1cc1b9b5575cbb8

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