Skip to content

Bally’s Corporation: filings

Every Bally’s Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-14fiscal Q2 2026602020001747079-26-000084
10-Q2026-05-18fiscal Q1 2026591560001747079-26-000046
10-K/A2026-04-20fiscal FY 2025611640001747079-26-000034
10-K2026-03-23fiscal FY 2025611640001747079-26-000019
10-Q2025-11-12fiscal Q3 2025592040001747079-25-000140
10-Q2025-08-11fiscal Q2 2025592010001747079-25-000116
10-Q2025-05-12fiscal Q1 2025591610001747079-25-000088
10-K2025-03-17fiscal FY 2024601560001747079-25-000039
10-Q2024-11-08fiscal Q3 2024571620001747079-24-000098
10-Q2024-08-02fiscal Q2 2024571580001747079-24-000089
10-Q2024-05-03fiscal Q1 2024571180001747079-24-000055
10-K2024-03-15fiscal FY 2023611580001747079-24-000020
10-Q2023-11-03fiscal Q3 2023571620001747079-23-000089
10-Q2023-08-03fiscal Q2 2023571580001747079-23-000081
10-Q2023-05-09fiscal Q3 2022571180001747079-23-000057
10-K2023-03-01fiscal FY 2022601550001747079-23-000031
10-Q2022-11-09fiscal Q3 2022571600001747079-22-000140
10-Q/A2022-11-09fiscal Q2 2022571560001747079-22-000139
10-Q/A2022-11-09fiscal Q1 2022561160001747079-22-000138
10-K/A2022-11-09fiscal FY 2021592080001747079-22-000137
10-Q/A2022-11-09fiscal Q3 2021571600001747079-22-000136
10-K2022-08-08fiscal FY 2021592080001747079-22-000107
10-Q2022-08-04fiscal Q2 2022571560001747079-22-000099
10-Q2022-05-05fiscal Q1 2022561160001747079-22-000066
10-Q2021-11-09fiscal Q3 2021571600001747079-21-000180
10-Q2021-08-09fiscal Q2 2020541500001747079-21-000147
10-Q2021-05-10fiscal Q1 2020561170001747079-21-000111
10-K2021-03-10fiscal FY 2020592080001747079-21-000071
10-Q2020-11-06fiscal Q3 2020541540001747079-20-000127
10-Q2020-08-13fiscal Q2 2020541500001747079-20-000090
10-Q2020-05-14fiscal Q1 2020531120001747079-20-000062
10-K2020-03-13fiscal FY 2019592040001747079-20-000038
10-Q2019-11-14fiscal Q3 2019531510001747079-19-000074
10-Q2019-08-12fiscal Q2 2019521450001747079-19-000067
10-Q2019-05-15fiscal Q1 2019521080001747079-19-000028

Inspect the source

Entity
Bally’s Corporation / CIK 0001747079
Captured
2026-09-21T17:28:52.902Z
SEC response SHA-256
72d3756031f6c1c20d84a57eef5e53d7f06c3b9c484d4e7b15f9a3df29d43310

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