Skip to content

Theron Resource Group: filings

Every Theron Resource Group annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2020-05-14

The latest filing in this captured record is a 10-K filed 2020-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Theron Resource Group 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-K2020-05-14fiscal FY 201916320001213900-20-012201
10-Q2019-11-14fiscal Q3 201915520001213900-19-023372
10-Q2019-08-14fiscal Q2 201915480001213900-19-015842
10-Q2019-05-20fiscal Q1 201914300001213900-19-009182
10-K2019-04-01fiscal FY 201814290001213900-19-005365
10-Q2018-11-08fiscal Q3 201816480001062993-18-004426
10-Q2018-08-20fiscal Q2 201816480001062993-18-003497
10-Q2018-05-21fiscal Q1 201816340001062993-18-002325
10-K2018-03-30fiscal FY 201717360001062993-18-001427
10-Q2017-11-14fiscal Q3 201716480001062993-17-004936
10-Q2017-08-14fiscal Q2 201716480001062993-17-003809
10-Q2017-08-14fiscal Q1 201716340001062993-17-003807
10-K2017-06-28fiscal FY 201618380001062993-17-003041
10-Q2016-11-14fiscal Q3 201616480001062993-16-012189
10-Q2016-08-22fiscal Q2 201616480001062993-16-011250
10-Q2016-05-16fiscal Q1 201617370001062993-16-009837
10-K2016-03-30fiscal FY 201518380001062993-16-008600
10-Q2015-11-03fiscal Q3 201518550001062993-15-005735
10-Q2015-09-11fiscal Q2 201518550001062993-15-004988
10-Q2015-06-26fiscal Q1 201518390001062993-15-003593
10-K2015-05-20fiscal FY 201419400001062993-15-002951
10-Q2014-11-19fiscal Q3 201418540001062993-14-006803
10-Q2014-08-22fiscal Q2 201418540001062993-14-005172
10-Q2014-05-20fiscal Q1 201418640001062993-14-003181
10-K2014-04-15fiscal FY 201318600001062993-14-002152
10-Q2013-11-19fiscal Q3 201318780001062993-13-005921
10-Q2013-08-19fiscal Q2 201316680001062993-13-004304
10-Q2013-05-20fiscal Q1 201316560001062993-13-002702
10-Q2013-01-22fiscal Q2 201318760001062993-13-000348
10-Q/A2013-01-15fiscal Q1 201318600001062993-13-000295
10-K2012-07-31fiscal FY 201217530001062993-12-002603
10-Q2012-04-16fiscal Q3 201217840001062993-12-001276
10-Q2012-01-17fiscal Q2 201217830001204459-12-000083
10-Q2011-10-14fiscal Q1 201217600001062993-11-004116

Inspect the source

Entity
Theron Resource Group / CIK 0001409431
Captured
SEC response SHA-256
97b09ba21af1b72c329b441ff125cf9891db6caf131e65dbc376f2e49aa7246b

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