Skip to content

West Texas Resources, Inc.: filings

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

Filing record ends 2018-01-16

The latest filing in this captured record is a 10-K filed 2018-01-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. West Texas 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-K2018-01-16fiscal FY 201729590001683168-18-000146
10-Q2017-08-14fiscal Q3 201724640001683168-17-002087
10-Q2017-05-15fiscal Q2 201725660001683168-17-001253
10-Q2017-03-27fiscal Q1 201619380001683168-17-000661
10-K2017-02-10fiscal FY 201621430001683168-17-000284
10-Q2016-08-22fiscal Q3 201620520001019687-16-007328
10-Q2016-05-23fiscal Q2 201619500001019687-16-006437
10-Q2016-02-16fiscal Q1 201618360001019687-16-005189
10-K2015-12-30fiscal FY 201520410001019687-15-004665
10-Q2015-08-13fiscal Q3 201519500001019687-15-003086
10-Q2015-05-14fiscal Q2 201519500001019687-15-001924
10-Q2015-02-19fiscal Q1 201519380001019687-15-000660
10-K2015-01-14fiscal FY 201419390001019687-15-000171
10-Q2014-08-14fiscal Q3 201419520001019687-14-003154
10-Q2014-05-15fiscal Q2 201419520001019687-14-001871
10-Q2014-02-19fiscal Q1 201420400001019687-14-000573
10-K2014-01-14fiscal FY 201322450001019687-14-000170
10-Q2013-08-19fiscal Q3 201323600001019687-13-003249
10-Q2013-05-17fiscal Q2 201321630001019687-13-001974
10-Q2013-02-19fiscal Q1 201320470001019687-13-000532
10-K2013-01-14fiscal FY 201221510001019687-13-000136
10-Q/A2012-09-11fiscal Q3 201220530001546079-12-000115
10-Q2012-05-23fiscal Q2 201221420001019687-12-001950

Inspect the source

Entity
West Texas Resources, Inc. / CIK 0001518985
Captured
SEC response SHA-256
5f1792f9f42c101319d47b2a3250830a19a186208d56f1dc8bc48b6a9982a0ea

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