Skip to content

Donnelley Financial Solutions, Inc.: filings

Every Donnelley Financial Solutions, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-07-30fiscal Q2 2026481340001193125-26-326099
10-Q2026-05-05fiscal Q1 2026481000001193125-26-206350
10-K2026-02-17fiscal FY 2025531370001193125-26-054586
10-Q2025-10-29fiscal Q3 2025481340001193125-25-256296
10-Q2025-07-31fiscal Q2 2025481340000950170-25-100884
10-Q2025-04-30fiscal Q1 2025481000000950170-25-061031
10-K2025-02-18fiscal FY 2024521350000950170-25-022207
10-Q2024-10-31fiscal Q3 2024471310000950170-24-119519
10-Q2024-07-31fiscal Q2 2024471310000950170-24-088551
10-Q2024-05-01fiscal Q1 202447990000950170-24-051247
10-K2024-02-20fiscal FY 2023541410000950170-24-017094
10-Q2023-11-01fiscal Q3 2023481370000950170-23-057425
10-Q2023-08-02fiscal Q2 2023481370000950170-23-037146
10-Q2023-05-03fiscal Q1 202347990000950170-23-017162
10-K2023-02-21fiscal FY 2022531380000950170-23-003439
10-Q2022-11-02fiscal Q3 2022471330000950170-22-021227
10-Q2022-08-03fiscal Q2 2022471330000950170-22-014238
10-Q2022-05-05fiscal Q1 202247990000950170-22-007813
10-K2022-02-22fiscal FY 2021541410000950170-22-001605
10-Q2021-11-03fiscal Q3 2021511430000950170-21-002818
10-Q2021-08-04fiscal Q2 2021501410000950170-21-000786
10-Q2021-05-05fiscal Q1 2021511070001564590-21-024028
10-K2021-02-25fiscal FY 2020551450001564590-21-008822
10-Q2020-11-04fiscal Q3 2020501420001564590-20-050457
10-Q2020-08-05fiscal Q2 2020511440001564590-20-036802
10-Q2020-05-07fiscal Q1 2020501050001564590-20-022836
10-K2020-02-26fiscal FY 2019551430001564590-20-006801
10-Q2019-11-05fiscal Q3 2019511370001564590-19-040397
10-Q2019-08-01fiscal Q2 2019491330001564590-19-027965
10-Q2019-05-02fiscal Q1 201948990001564590-19-015346
10-K2019-02-27fiscal FY 2018511350001564590-19-004946
10-Q2018-11-07fiscal Q3 2018471290001564590-18-028023
10-Q2018-08-02fiscal Q2 2018441250001564590-18-018890
10-Q2018-05-02fiscal Q1 201842930001564590-18-010344
10-K2018-02-28fiscal FY 2017461230001564590-18-003788
10-Q2017-11-02fiscal Q3 2017401110001564590-17-021238
10-Q2017-08-02fiscal Q2 2017381070001564590-17-014905
10-Q2017-05-04fiscal Q1 201737790001564590-17-008801
10-K2017-02-28fiscal FY 2016431130001564590-17-002855
10-Q2016-11-09fiscal Q3 201632870001564590-16-028679

Inspect the source

Entity
Donnelley Financial Solutions, Inc. / CIK 0001669811
Captured
2026-09-21T17:24:18.443Z
SEC response SHA-256
cefa03272130c196d961324a1307a93108147f2ebf6be90928d5035ea4e4c830

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