Skip to content

North America Frac Sand, Inc.: filings

Every North America Frac Sand, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2018-05-30

The latest filing in this captured record is a 10-Q filed 2018-05-30. No later filing is in the SEC companyfacts record captured on 2026-09-20. North America Frac Sand, 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-Q2018-05-30fiscal Q1 201816310001477932-18-002791
10-K2018-04-19fiscal FY 201717340001477932-18-001945
10-Q2017-11-16fiscal Q3 201717420001477932-17-005656
10-Q2017-08-14fiscal Q2 201717400001477932-17-003869
10-Q2017-05-22fiscal Q1 201715290001477932-17-002446
10-K2017-04-27fiscal FY 201619370001477932-17-001940
10-Q2016-11-22fiscal Q3 201621570001477932-16-013781
10-Q2016-08-18fiscal Q2 201616390001477932-16-012067
10-Q/A2016-07-25fiscal Q3 20158100001477932-16-011519
10-Q2016-05-20fiscal Q1 201617340001477932-16-010493
10-K2016-04-14fiscal FY 201516320001477932-16-009764
10-Q2015-11-10fiscal Q3 201513300001477932-15-006837
10-Q2015-07-23fiscal Q2 201514330001477932-15-004651
10-Q2015-05-15fiscal Q1 201514280001477932-15-003159
10-K2015-04-06fiscal FY 201416300001477932-15-002260
10-Q2014-11-13fiscal Q3 201416360001477932-14-006037
10-Q2014-08-14fiscal Q2 201418370001477932-14-004425
10-Q2014-05-02fiscal Q1 201422560001477932-14-002232
10-K2014-03-31fiscal FY 201322560001477932-14-001398
10-Q2013-11-01fiscal Q3 201322660001477932-13-005005
10-Q2013-08-07fiscal Q2 201323640001477932-13-003498
10-Q2013-05-15fiscal Q1 201323510001477932-13-002389
10-K2013-04-15fiscal FY 201223550001477932-13-001791
10-Q2012-11-16fiscal Q3 201222630001477932-12-004486
10-Q/A2012-08-30fiscal Q2 201224640001477932-12-003486
10-Q2012-05-15fiscal Q1 201211280001380389-12-000041
10-K2012-01-12fiscal FY 201111230001380389-12-000008
10-Q/A2011-12-14fiscal Q3 201111230001380389-11-000125

Inspect the source

Entity
North America Frac Sand, Inc. / CIK 0001409253
Captured
2026-09-20T08:01:38.603Z
SEC response SHA-256
b48d0433b3b81e7a41c13bfa5eed6b90a4057637759212c0b869fceb9ae23014

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