Skip to content

Dave & Buster’s Entertainment, Inc.: filings

Every Dave & Buster’s Entertainment, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-09-14fiscal Q2 2026471280001525769-26-000038
10-Q2026-06-15fiscal Q1 202647980001525769-26-000026
10-K2026-03-31fiscal FY 2025521370001525769-26-000008
10-Q2025-12-09fiscal Q3 2025461300001525769-25-000021
10-Q2025-09-15fiscal Q2 2025461260001525769-25-000010
10-Q2025-06-10fiscal Q1 202547980001628280-25-030462
10-K2025-04-07fiscal FY 2025531390001628280-25-016941
10-Q2024-12-10fiscal Q3 2024471320001628280-24-050625
10-Q2024-09-10fiscal Q2 2024471280001628280-24-040032
10-Q2024-06-12fiscal Q1 202447980001628280-24-027828
10-K2024-04-02fiscal FY 2023531390001628280-24-014369
10-Q2023-12-05fiscal Q3 2023471330001628280-23-040750
10-Q2023-09-06fiscal Q2 2023471290001628280-23-031553
10-Q2023-06-06fiscal Q1 202346970001628280-23-021109
10-K2023-03-28fiscal FY 2022531390001628280-23-009540
10-Q2022-12-06fiscal Q3 2022461240001193125-22-299433
10-Q2022-09-07fiscal Q2 2022471280001193125-22-240051
10-Q2022-06-07fiscal Q1 202245940001193125-22-168906
10-K2022-03-29fiscal FY 2021531340001193125-22-087521
10-Q2021-12-07fiscal Q3 2021451210001193125-21-350391
10-Q2021-09-09fiscal Q2 2021451210001193125-21-268913
10-Q2021-06-10fiscal Q1 202145930001193125-21-187892
10-K2021-03-31fiscal FY 2020531850001193125-21-102470
10-Q2020-12-10fiscal Q3 2020451220001193125-20-314977
10-Q2020-09-10fiscal Q2 2020451200001193125-20-243202
10-Q2020-06-11fiscal Q1 202044910001193125-20-166738
10-K2020-04-03fiscal FY 2019531860001193125-20-098060
10-Q2019-12-10fiscal Q3 2019461210001193125-19-310318
10-Q2019-09-10fiscal Q2 2019451190001193125-19-242127
10-Q2019-06-11fiscal Q1 201945910001193125-19-170337
10-K2019-04-02fiscal FY 2018491810001193125-19-095746
10-Q2018-12-11fiscal Q3 2018411100001193125-18-347047
10-Q2018-09-14fiscal Q2 2018411100001193125-18-273925
10-Q2018-06-11fiscal Q1 201838780001193125-18-189574
10-K2018-04-03fiscal FY 2017411450001193125-18-106389
10-Q2017-12-05fiscal Q3 201735960001193125-17-361743
10-Q2017-09-05fiscal Q2 201735960001193125-17-276848
10-Q2017-06-06fiscal Q1 201735710001193125-17-196104
10-K2017-03-28fiscal FY 2016411440001193125-17-099977
10-Q2016-12-06fiscal Q3 201635950001193125-16-786445
10-Q2016-09-06fiscal Q2 201635950001193125-16-702125
10-Q2016-06-07fiscal Q1 201633670001193125-16-615464
10-K2016-03-29fiscal FY 2015371360001193125-16-521591
10-Q2015-12-08fiscal Q3 201532910001193125-15-397864
10-Q2015-09-08fiscal Q2 201532910001193125-15-314627
10-Q2015-06-08fiscal Q1 201532650001193125-15-216567
10-K2015-04-07fiscal FY 2014391360001193125-15-121531
10-Q2014-12-17fiscal Q3 201433910001193125-14-444155

Inspect the source

Entity
Dave & Buster’s Entertainment, Inc. / CIK 0001525769
Captured
2026-09-20T09:15:07.291Z
SEC response SHA-256
c95479cb7ed3d6015de36781e4c7ebda310bfeeeb7f5abccf9fd4a3935c3cfd7

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