Skip to content

Inspired Entertainment, Inc.: filings

Every Inspired Entertainment, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-05fiscal Q2 2026471320001493152-26-036164
10-K/A2026-05-22fiscal FY 2025571130001493152-26-025028
10-Q2026-05-07fiscal Q1 202646960001493152-26-021634
10-K2026-03-10fiscal FY 2025571130001493152-26-009479
10-Q2025-11-06fiscal Q3 2025461370001493152-25-020923
10-Q2025-08-06fiscal Q2 2025451300001641172-25-022417
10-Q2025-05-08fiscal Q1 202544920001641172-25-009269
10-K2025-03-26fiscal FY 2024571480001641172-25-000737
10-Q2024-11-07fiscal Q3 2024451400001493152-24-044040
10-Q2024-08-08fiscal Q2 2024431280001493152-24-030805
10-Q2024-05-10fiscal Q1 202441850001493152-24-018572
10-K2024-04-15fiscal FY 2023561420001493152-24-014609
10-Q2024-02-27fiscal Q3 2023421320001493152-24-007977
10-Q/A2024-02-27fiscal Q2 2023431310001493152-24-007976
10-Q/A2024-02-27fiscal Q1 202344910001493152-24-007974
10-K/A2024-02-27fiscal FY 2022581450001493152-24-007973
10-Q2023-08-11fiscal Q2 2023431360001493152-23-027734
10-Q2023-05-10fiscal Q1 202343890001493152-23-016180
10-K2023-03-16fiscal FY 2022591480001493152-23-007974
10-Q2022-11-09fiscal Q3 2022441340001493152-22-031094
10-Q2022-08-09fiscal Q2 2022441290001493152-22-021778
10-Q2022-05-10fiscal Q1 202242880001493152-22-012708
10-K2022-03-31fiscal FY 2021541370001493152-22-008568
10-Q2021-11-12fiscal Q3 2021441410001493152-21-028049
10-Q2021-08-12fiscal Q2 2021411230001493152-21-019534
10-Q2021-05-14fiscal Q1 202138850001493152-21-011499
10-K/A2021-05-10fiscal FY 2020531420001493152-21-010816
10-K/A2021-05-10fiscal FY 2019511340001493152-21-010814
10-K2021-03-29fiscal FY 2020511050001213900-21-018067
10-Q2020-11-12fiscal Q3 2020411220001213900-20-036551
10-Q2020-08-13fiscal Q2 2020381070001213900-20-021899
10-Q2020-05-15fiscal Q1 202038810001213900-20-012690
10-K2020-03-30fiscal FY 2019481200001213900-20-007980
10-Q2019-11-12fiscal Q3 2019421220001213900-19-022772
10-Q2019-08-12fiscal Q2 2020411130001213900-19-015372
10-Q2019-05-10fiscal Q2 201941930001615774-19-007485
10-Q2019-02-11fiscal Q1 201941840001615774-19-002201
10-K2018-12-10fiscal FY 201843870001615774-18-014163
10-Q2018-08-14fiscal Q3 2018411050001615774-18-008045
10-Q2018-05-09fiscal Q2 2018411050001615774-18-003527
10-Q2018-02-05fiscal Q1 201840790001615774-18-000854
10-K2017-12-04fiscal FY 2017441570001615774-17-007114
10-Q2017-08-07fiscal Q3 201737970001615774-17-004115
10-Q2017-05-08fiscal Q2 201737970001615774-17-002126
10-Q2016-11-10fiscal Q3 201613340001144204-16-133410
10-Q2016-08-01fiscal Q2 201613340001144204-16-115407
10-Q2016-05-10fiscal Q1 201613280001144204-16-100436
10-K2016-03-15fiscal FY 201517490001144204-16-088189
10-Q2015-11-12fiscal Q3 201514360001144204-15-064714
10-Q2015-08-07fiscal Q2 201513260001144204-15-047321
10-Q2015-05-07fiscal Q1 201513230001144204-15-028111
10-K2015-03-13fiscal FY 201415170001144204-15-016019
10-Q2014-12-05fiscal Q3 20149120001144204-14-072584

Inspect the source

Entity
Inspired Entertainment, Inc. / CIK 0001615063
Captured
2026-09-21T17:21:27.184Z
SEC response SHA-256
322e00632fdc83a455c6a0787aeed1ef1baca2ca5c10e2732f2b3c115e4d50cc

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