Skip to content

TransUnion: filings

Every TransUnion annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-04-28fiscal Q1 202647960001552033-26-000028
10-K2026-02-27fiscal FY 2025561430001552033-26-000012
10-Q2025-10-23fiscal Q3 2025471280001552033-25-000057
10-Q2025-07-24fiscal Q2 2025471280001552033-25-000047
10-Q2025-04-24fiscal Q1 202547960001552033-25-000025
10-K2025-02-13fiscal FY 2024551400001552033-25-000015
10-Q2024-10-23fiscal Q3 2024461260001552033-24-000075
10-Q2024-07-25fiscal Q2 2024461300001552033-24-000065
10-Q2024-04-25fiscal Q1 2024461020001552033-24-000040
10-K2024-02-28fiscal FY 2023562360001552033-24-000027
10-Q/A2024-01-11fiscal Q3 2023461300001552033-24-000009
10-Q2023-10-24fiscal Q3 2023461300001552033-23-000050
10-Q2023-07-25fiscal Q2 2023461360001552033-23-000040
10-Q2023-04-25fiscal Q1 202346940001552033-23-000022
10-K2023-02-14fiscal FY 2022551420001552033-23-000016
10-Q2022-10-25fiscal Q3 2022461240001552033-22-000054
10-Q2022-07-26fiscal Q2 2022461250001552033-22-000048
10-Q2022-04-26fiscal Q1 202245920001552033-22-000023
10-K2022-02-22fiscal FY 2021531870001552033-22-000008
10-Q2021-10-26fiscal Q3 2021441220001552033-21-000060
10-Q2021-07-27fiscal Q2 2021441220001552033-21-000046
10-Q2021-04-27fiscal Q1 202144900001552033-21-000029
10-K2021-02-16fiscal FY 2020531870001552033-21-000008
10-Q2020-10-27fiscal Q3 2020441220001552033-20-000094
10-Q2020-07-28fiscal Q2 2020441220001552033-20-000073
10-Q2020-04-28fiscal Q1 202044900001552033-20-000040
10-K2020-02-18fiscal FY 2019541880001552033-20-000014
10-Q2019-10-22fiscal Q3 2019461260001552033-19-000081
10-Q2019-07-23fiscal Q2 2019461260001552033-19-000063
10-Q2019-04-23fiscal Q1 201945910001552033-19-000031
10-K2019-02-14fiscal FY 2018501820001552033-19-000010
10-Q2018-10-23fiscal Q3 2018441210001552033-18-000083
10-Q2018-07-25fiscal Q2 2018441210001552033-18-000058
10-Q2018-04-20fiscal Q1 201842860001552033-18-000030
10-K2018-02-13fiscal FY 2017491710001552033-18-000018
10-Q2017-10-27fiscal Q3 2017431190001552033-17-000067
10-Q2017-07-25fiscal Q2 2017431190001552033-17-000056
10-Q2017-04-26fiscal Q1 201743870001552033-17-000027
10-K2017-02-15fiscal FY 2016491690001552033-17-000014
10-Q2016-10-25fiscal Q3 2016421150001552033-16-000126
10-Q2016-07-27fiscal Q2 2016421130001552033-16-000111
10-Q2016-04-27fiscal Q1 201642850001552033-16-000092
10-K2016-02-19fiscal FY 2015481670001552033-16-000079
10-Q2015-10-29fiscal Q3 2015431170001552033-15-000065
10-Q2015-07-31fiscal Q2 2015431170001552033-15-000042
10-Q2015-05-07fiscal Q1 201540820001552033-15-000021
10-Q2014-11-06fiscal Q3 201438990001552033-14-000082
10-Q2014-08-07fiscal Q2 201438990001552033-14-000068
10-Q2014-05-08fiscal Q1 201438770001552033-14-000040
10-K2014-02-27fiscal FY 2013431090001552033-14-000018
10-Q2013-11-13fiscal Q3 2013381000001552033-13-000010

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
TransUnion / CIK 0001552033
Captured
2026-09-20T09:18:46.625Z
SEC response SHA-256
779cd657cad50746946e9574dd15bc6b0942cf7ff9c2e147e830df8ae62e6bec

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