Skip to content

SMART SAND, INC.: filings

Every SMART SAND, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-11fiscal Q2 2026521410001529628-26-000095
10-Q2026-05-12fiscal Q1 2026521070001529628-26-000033
10-K2026-02-26fiscal FY 2025581480001529628-26-000006
10-Q2025-11-12fiscal Q3 2025521450001529628-25-000129
10-Q2025-08-12fiscal Q2 2025521410001529628-25-000123
10-Q2025-05-13fiscal Q1 2025511050001529628-25-000090
10-K2025-03-04fiscal FY 2024581480001529628-25-000022
10-Q2024-11-12fiscal Q3 2024521450001529628-24-000178
10-Q2024-08-13fiscal Q2 2024521410001529628-24-000156
10-Q2024-05-13fiscal Q1 2024521070001529628-24-000110
10-K2024-03-11fiscal FY 2023591510001529628-24-000060
10-Q2023-11-07fiscal Q3 2023521450001529628-23-000115
10-Q2023-08-08fiscal Q2 2023521410001529628-23-000096
10-Q2023-05-09fiscal Q1 2023521070001529628-23-000055
10-K2023-02-28fiscal FY 2022591510001529628-23-000013
10-Q2022-11-08fiscal Q3 2022521450001529628-22-000128
10-Q2022-08-09fiscal Q2 2022521410001529628-22-000118
10-Q2022-05-11fiscal Q1 2022521070001529628-22-000067
10-K2022-03-08fiscal FY 2021581500001529628-22-000029
10-Q2021-11-09fiscal Q3 2021521450001529628-21-000203
10-Q2021-08-04fiscal Q2 2021531450001529628-21-000184
10-Q2021-05-04fiscal Q1 2021531090001529628-21-000133
10-K2021-03-03fiscal FY 2020561860001529628-21-000067
10-Q2020-11-09fiscal Q3 2020531490001529628-20-000133
10-Q2020-08-05fiscal Q2 2020521430001529628-20-000113
10-Q2020-05-06fiscal Q1 2020521070001529628-20-000082
10-K2020-02-26fiscal FY 2019551830001529628-20-000020
10-Q2019-11-06fiscal Q3 2019521480001529628-19-000088
10-Q2019-08-07fiscal Q2 2019521440001529628-19-000079
10-Q2019-05-07fiscal Q1 2019521060001529628-19-000056
10-K2019-03-14fiscal FY 2018531800001529628-19-000019
10-Q2018-11-08fiscal Q3 2018511350001529628-18-000122
10-Q2018-08-09fiscal Q2 2018471270001529628-18-000096
10-Q2018-05-10fiscal Q1 201840820001529628-18-000023
10-K2018-03-15fiscal FY 2017411640001564590-18-005710
10-Q2017-11-09fiscal Q3 2017401120001564590-17-022977
10-Q2017-08-10fiscal Q2 2017411110001564590-17-017106
10-Q2017-05-11fiscal Q1 201739770001564590-17-010415
10-K2017-03-16fiscal FY 2016401590001564590-17-004562
10-Q2016-12-15fiscal Q3 2016391070001564590-16-030233

Inspect the source

Entity
SMART SAND, INC. / CIK 0001529628
Captured
2026-09-20T09:15:54.696Z
SEC response SHA-256
35ee91f4fc6c42eb7a40cd04f31885892b7d520504df69a225904d18fc0114fc

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