Skip to content

ARQ, INC.: filings

Every ARQ, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-10fiscal Q2 2026401160001515156-26-000114
10-Q2026-05-06fiscal Q1 202640850001515156-26-000062
10-K2026-03-10fiscal FY 202546940001515156-26-000021
10-Q2025-11-05fiscal Q3 2025401200001515156-25-000138
10-Q2025-08-11fiscal Q2 2025401160001515156-25-000114
10-Q2025-05-07fiscal Q1 202540840001515156-25-000058
10-K2025-03-05fiscal FY 202445920001515156-25-000014
10-Q2024-11-07fiscal Q3 2024411240001515156-24-000174
10-Q2024-08-12fiscal Q2 2024411200001515156-24-000144
10-Q2024-05-08fiscal Q1 202442880001515156-24-000095
10-K2024-03-12fiscal FY 202346940001515156-24-000036
10-Q2023-11-08fiscal Q3 2023401200001515156-23-000133
10-Q2023-08-09fiscal Q2 2023411180001515156-23-000116
10-Q2023-05-09fiscal Q1 202342880001515156-23-000063
10-K2023-03-08fiscal FY 2022491000001515156-23-000024
10-Q2022-11-08fiscal Q3 2022401180001515156-22-000088
10-Q2022-08-15fiscal Q2 2022401140001515156-22-000061
10-Q2022-05-09fiscal Q1 202244920001515156-22-000037
10-K2022-03-08fiscal FY 2021521780001515156-22-000005
10-Q2021-11-09fiscal Q3 2021451320001515156-21-000081
10-Q2021-08-09fiscal Q2 2021441240001515156-21-000071
10-Q2021-05-10fiscal Q1 202144920001515156-21-000042
10-K2021-03-10fiscal FY 2020521710001515156-21-000010
10-Q2020-11-09fiscal Q3 2020451290001515156-20-000090
10-Q2020-08-10fiscal Q2 2020451230001515156-20-000078
10-Q2020-05-11fiscal Q1 202046950001515156-20-000049
10-K2020-03-16fiscal FY 2019541730001515156-20-000018
10-Q2019-11-12fiscal Q3 2019451300001515156-19-000103
10-Q2019-08-05fiscal Q2 2019451240001515156-19-000077
10-Q2019-05-06fiscal Q1 201946960001515156-19-000050
10-K2019-03-18fiscal FY 2018511720001515156-19-000024
10-Q2018-11-06fiscal Q3 2018401120001515156-18-000107
10-Q2018-08-06fiscal Q2 2018391100001515156-18-000091
10-Q2018-05-09fiscal Q1 201842890001515156-18-000059
10-K2018-03-12fiscal FY 2017522040001515156-18-000024
10-Q2017-11-06fiscal Q3 2017411150001515156-17-000111
10-Q2017-08-07fiscal Q2 2017411150001515156-17-000097
10-Q2017-05-08fiscal Q1 201739790001515156-17-000037
10-K2017-03-13fiscal FY 2016471890001515156-17-000017
10-Q2016-11-08fiscal Q3 2016411140001515156-16-000162
10-Q2016-08-09fiscal Q2 2016411140001515156-16-000143
10-Q2016-05-10fiscal Q1 201640820001515156-16-000108
10-K2016-04-19fiscal FY 2015491970001515156-16-000095
10-Q2016-04-19fiscal Q3 2015381080001515156-16-000092
10-Q2016-04-19fiscal Q2 2015381080001515156-16-000089
10-Q2016-04-19fiscal Q1 201538780001515156-16-000088
10-K/A2016-03-17fiscal FY 2014502610001515156-16-000074
10-K2016-02-29fiscal FY 2014502610001515156-16-000064
10-Q2013-11-12fiscal Q3 2013401180001564590-13-001262
10-Q2013-08-09fiscal Q2 2013361040001564590-13-000293

Inspect the source

Entity
ARQ, INC. / CIK 0001515156
Captured
2026-09-20T09:13:35.382Z
SEC response SHA-256
a07181321587f85144e8acd846d0006072293123878395d53ab9267a7af73289

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