Skip to content

Dayforce, Inc.: filings

Every Dayforce, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-10-29fiscal Q3 2025421220001193125-25-256366
10-Q2025-08-06fiscal Q2 2025421170000950170-25-103537
10-Q2025-05-07fiscal Q1 202542820000950170-25-065024
10-K2025-02-28fiscal FY 2024501270000950170-25-029980
10-Q2024-10-30fiscal Q3 2024421250000950170-24-118595
10-Q2024-07-31fiscal Q2 2024411180000950170-24-088237
10-Q2024-05-01fiscal Q1 202441830000950170-24-050892
10-K2024-02-28fiscal FY 2023481240000950170-24-022100
10-Q2023-11-13fiscal Q3 2023401210000950170-23-062430
10-Q2023-08-02fiscal Q2 2023401170000950170-23-037196
10-Q2023-05-03fiscal Q1 202340810000950170-23-017233
10-K2023-03-01fiscal FY 2022481250000950170-23-005559
10-Q2022-11-02fiscal Q3 2022401220000950170-22-021260
10-Q2022-08-03fiscal Q2 2022401180000950170-22-014283
10-Q2022-05-04fiscal Q1 202240820000950170-22-007418
10-K2022-02-28fiscal FY 2021481250000950170-22-002143
10-Q2021-11-03fiscal Q3 2021401230001564590-21-054003
10-Q2021-08-04fiscal Q2 2021401200001564590-21-040837
10-Q2021-05-05fiscal Q1 202140820001564590-21-024095
10-K2021-02-26fiscal FY 2020531370001564590-21-009508
10-Q2020-11-05fiscal Q3 2020391220001564590-20-051347
10-Q2020-08-05fiscal Q2 2020391190001564590-20-036829
10-Q2020-05-06fiscal Q1 202039810001564590-20-021938
10-K2020-02-28fiscal FY 2019521310001564590-20-007850
10-Q2019-11-07fiscal Q3 2019451290001564590-19-041765
10-Q2019-07-30fiscal Q2 2019451250001564590-19-026989
10-Q2019-05-01fiscal Q1 201944860001564590-19-014828
10-K2019-02-28fiscal FY 2018481260001564590-19-005517
10-Q2018-10-29fiscal Q3 2018441270001564590-18-025331
10-Q2018-08-09fiscal Q2 2018411140001193125-18-243512
10-Q2018-05-24fiscal Q1 201841850001193125-18-173632

Inspect the source

Entity
Dayforce, Inc. / CIK 0001725057
Captured
2026-09-21T17:27:29.579Z
SEC response SHA-256
71b225077727b9c4202c66a9b11e40a44d2c8cc4beb4bdee82b2f4313eb23edf

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