Skip to content

TRINET GROUP, INC.: filings

Every TRINET GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026411160000937098-26-000050
10-Q2026-04-30fiscal Q1 202639840000937098-26-000034
10-K2026-02-12fiscal FY 2025501320000937098-26-000010
10-Q2025-10-29fiscal Q3 2025411160000937098-25-000185
10-Q2025-07-25fiscal Q2 2025411160000937098-25-000131
10-Q2025-04-25fiscal Q1 202540860000937098-25-000073
10-K2025-02-13fiscal FY 2024501320000937098-25-000016
10-Q2024-10-25fiscal Q3 2024441240000937098-24-000182
10-Q2024-07-26fiscal Q2 2024431220000937098-24-000146
10-Q2024-04-26fiscal Q1 202442900000937098-24-000088
10-K2024-02-15fiscal FY 2023511350000937098-24-000025
10-Q2023-10-25fiscal Q3 2023441240000937098-23-000199
10-Q2023-07-26fiscal Q2 2023431210000937098-23-000146
10-Q2023-04-26fiscal Q1 202342900000937098-23-000108
10-K2023-02-15fiscal FY 2022511350000937098-23-000028
10-Q2022-10-25fiscal Q3 2022431220000937098-22-000223
10-Q2022-07-26fiscal Q2 2022421200000937098-22-000190
10-Q2022-04-26fiscal Q1 202242900000937098-22-000130
10-K2022-02-14fiscal FY 2021501310000937098-22-000048
10-Q2021-10-25fiscal Q3 2021421160000937098-21-000244
10-Q2021-07-26fiscal Q2 2021421160000937098-21-000195
10-Q2021-04-26fiscal Q1 202140840000937098-21-000124
10-K2021-02-16fiscal FY 2020511350000937098-21-000027
10-Q2020-10-26fiscal Q3 2020411120000937098-20-000254
10-Q2020-07-27fiscal Q2 44012411120000937098-20-000203
10-Q2020-04-28fiscal Q1 4392141860000937098-20-000145
10-K2020-02-13fiscal FY 2019481620000937098-20-000067
10-Q2019-10-24fiscal Q3 43738441170000937098-19-000216
10-Q2019-07-25fiscal Q2 43646441170000937098-19-000182
10-Q2019-04-29fiscal Q1 201941850000937098-19-000125
10-K2019-02-14fiscal FY 2018481600000937098-19-000030
10-Q2018-10-29fiscal Q3 2018391100000937098-18-000170
10-Q2018-07-30fiscal Q2 2018381080000937098-18-000140
10-Q2018-04-30fiscal Q1 201837760000937098-18-000104
10-K2018-02-27fiscal FY 2017421510000937098-18-000055
10-Q2017-11-02fiscal Q3 2017371040000937098-17-000211
10-Q2017-08-01fiscal Q2 2017371040000937098-17-000165
10-Q2017-05-02fiscal Q1 201737760000937098-17-000111
10-K2017-02-28fiscal FY 2016441570000937098-17-000062
10-Q2016-11-03fiscal Q3 201632940000937098-16-000213
10-Q2016-08-03fiscal Q2 201632940000937098-16-000178
10-Q2016-05-04fiscal Q1 201631640000937098-16-000141
10-K2016-04-01fiscal FY 2015391440000937098-16-000114
10-Q2015-11-05fiscal Q3 2015361040000937098-15-000018
10-Q2015-08-06fiscal Q2 2015361030001564590-15-006460
10-Q2015-05-08fiscal Q1 201536720001564590-15-003639
10-K2015-03-30fiscal FY 2014391420001564590-15-002136
10-Q2014-11-06fiscal Q3 2014361030001564590-14-005195
10-Q2014-08-06fiscal Q2 2014371050001564590-14-003215
10-Q2014-05-08fiscal Q1 201434690001564590-14-001960

Inspect the source

Entity
TRINET GROUP, INC. / CIK 0000937098
Captured
2026-09-20T05:09:54.484Z
SEC response SHA-256
518cebb3dabfabbd97d807e44abc74e88a27a0736e360b90153a98d7b71822a6

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