Skip to content

Accel Entertainment, Inc.: filings

Every Accel Entertainment, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-04fiscal Q2 2026471300001698991-26-000059
10-Q2026-05-05fiscal Q1 202646960001698991-26-000037
10-K2026-03-03fiscal FY 2025511330001698991-26-000018
10-Q2025-11-04fiscal Q3 2025471340001698991-25-000051
10-Q2025-08-05fiscal Q2 2025471300001698991-25-000034
10-Q2025-05-05fiscal Q1 202547980001698991-25-000023
10-K2025-03-03fiscal FY 2024511330001698991-25-000011
10-Q2024-10-30fiscal Q3 2024451280001698991-24-000042
10-Q2024-07-30fiscal Q2 2024451240001698991-24-000037
10-Q2024-05-08fiscal Q1 202445940001698991-24-000025
10-K2024-02-28fiscal FY 2023491260001698991-24-000007
10-Q2023-11-07fiscal Q3 2023461300001698991-23-000049
10-Q2023-08-03fiscal Q2 2023461240001698991-23-000039
10-Q2023-05-03fiscal Q1 202346950001698991-23-000028
10-K2023-03-01fiscal FY 2022501270001698991-23-000010
10-Q2022-11-08fiscal Q3 2022431190001698991-22-000043
10-Q2022-08-09fiscal Q2 2022421130001698991-22-000031
10-Q2022-05-04fiscal Q1 202237780001698991-22-000017
10-K2022-03-11fiscal FY 2021411110001698991-22-000004
10-Q2021-11-03fiscal Q3 2021371080001698991-21-000037
10-Q2021-08-04fiscal Q2 2021361020001698991-21-000031
10-Q2021-05-10fiscal Q1 202136760001698991-21-000020
10-K/A2021-05-10fiscal FY 2020421500001698991-21-000018
10-K2021-03-16fiscal FY 2020421470001698991-21-000005
10-Q2020-11-05fiscal Q3 2020361060001698991-20-000044
10-Q2020-08-06fiscal Q2 2020351000001698991-20-000035
10-Q2020-05-11fiscal Q1 202034790001698991-20-000012
10-K2020-03-16fiscal FY 2019381030001698991-20-000006
10-Q2019-11-01fiscal Q3 201915460001564590-19-039444
10-Q2019-08-02fiscal Q2 201914340001564590-19-028382
10-Q2019-05-08fiscal Q1 201914310001564590-19-017264
10-K2019-02-13fiscal FY 201816450001564590-19-002860
10-Q2018-11-05fiscal Q3 201814330001564590-18-026866
10-Q2018-08-03fiscal Q2 201811270001564590-18-019168
10-Q2018-05-08fiscal Q1 201811250001564590-18-011823
10-K2018-02-14fiscal FY 201711130001564590-18-002111
10-Q2017-11-08fiscal Q3 201712160001564590-17-022774
10-Q2017-08-10fiscal Q2 201712160001564590-17-017253

Inspect the source

Entity
Accel Entertainment, Inc. / CIK 0001698991
Captured
2026-09-21T17:23:49.308Z
SEC response SHA-256
4627ec8046f482733986c0ba7a4fcc8fdae939516c063d858dad05829b43f2ed

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