Skip to content

PLAYAGS, INC.: filings

Every PLAYAGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2025-05-08fiscal Q1 2025491000001437749-25-015502
10-K2025-03-06fiscal FY 2024571480001437749-25-006461
10-Q2024-11-07fiscal Q3 2024501360001437749-24-033975
10-Q2024-08-07fiscal Q2 2024501360001437749-24-025212
10-Q2024-05-09fiscal Q1 2024501000001437749-24-015488
10-K2024-03-06fiscal FY 2023561440001437749-24-006735
10-Q2023-11-07fiscal Q3 2023501350001437749-23-030654
10-Q2023-08-03fiscal Q2 2023501370001437749-23-021955
10-Q2023-05-09fiscal Q1 202348960001437749-23-013312
10-K2023-03-09fiscal FY 2022551430001437749-23-005974
10-Q2022-11-08fiscal Q3 2022491340001437749-22-026367
10-Q2022-08-08fiscal Q2 2022501340001437749-22-019374
10-Q2022-05-05fiscal Q1 202248970001437749-22-011136
10-K2022-03-10fiscal FY 2021551430001437749-22-005866
10-Q2021-11-04fiscal Q3 2021491340001437749-21-025296
10-Q2021-08-05fiscal Q2 2021491320001437749-21-018763
10-Q2021-05-06fiscal Q1 202149990001437749-21-011155
10-K2021-03-04fiscal FY 2020551430001437749-21-004999
10-Q2020-11-05fiscal Q3 2020501380001437749-20-022793
10-Q2020-08-05fiscal Q2 2020501380001437749-20-016675
10-Q2020-05-07fiscal Q1 202050990001437749-20-009835
10-K2020-03-04fiscal FY 2019561830001437749-20-004337
10-Q2019-11-07fiscal Q3 2019521360001437749-19-021974
10-Q2019-08-07fiscal Q2 2019481330001593548-19-000037
10-Q2019-05-08fiscal Q1 201948970001593548-19-000023
10-K2019-03-05fiscal FY 2018501790001593548-19-000013
10-Q2018-11-08fiscal Q3 2018461290001593548-18-000039
10-Q2018-08-02fiscal Q2 2018451280001593548-18-000022
10-Q2018-05-03fiscal Q1 201845940001593548-18-000015
10-K/A2018-03-30fiscal FY 2017481730001593548-18-000007
10-K2018-03-14fiscal FY 2017481730001628280-18-003180
10-K/A2017-12-18fiscal FY 2016471710001593548-17-000027
10-Q2017-11-14fiscal Q3 2017411180001593548-17-000020
10-Q2017-08-14fiscal Q2 2017411180001593548-17-000014
10-Q2017-05-10fiscal Q1 201741840001593548-17-000008
10-K2017-03-10fiscal FY 2016461630001593548-17-000004
10-Q2016-11-14fiscal Q3 2016411180001593548-16-000034
10-Q2016-08-15fiscal Q2 2016411180001593548-16-000031
10-Q2016-05-16fiscal Q1 201639800001593548-16-000021
10-Q2015-11-16fiscal Q3 2015411180001628280-15-008804
10-Q2015-08-14fiscal Q2 2015411180001628280-15-006652
10-Q2015-05-15fiscal Q1 20159170001628280-15-004258
10-Q2014-11-14fiscal Q3 201410260001445305-14-005123
10-Q2014-08-19fiscal Q2 201410250001445305-14-003751
10-Q2014-05-15fiscal Q1 201410190001445305-14-002194

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
PLAYAGS, INC. / CIK 0001593548
Captured
2026-09-21T17:21:05.257Z
SEC response SHA-256
0b9917a8dc01b10dabbdcd5cf3b1819a554f5b013876daf70f423c15588e609b

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