Skip to content

HERTZ GLOBAL HOLDINGS, INC: filings

Every HERTZ GLOBAL HOLDINGS, 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-05-08fiscal Q1 202633680001657853-26-000024
10-K2026-02-26fiscal FY 2025401070001657853-26-000008
10-Q2025-11-04fiscal Q3 2025341020001657853-25-000134
10-Q2025-08-07fiscal Q2 202534980001657853-25-000094
10-Q2025-05-12fiscal Q1 202534700001657853-25-000057
10-K2025-02-18fiscal FY 2024421110001657853-25-000015
10-Q2024-11-12fiscal Q3 202433980001657853-24-000136
10-Q2024-08-01fiscal Q2 202433940001657853-24-000105
10-Q2024-04-25fiscal Q1 202433680001657853-24-000058
10-K2024-02-12fiscal FY 2023411090001657853-24-000022
10-Q2023-10-26fiscal Q3 202333980001657853-23-000152
10-Q2023-07-27fiscal Q2 202333940001657853-23-000103
10-Q2023-04-27fiscal Q1 202333680001657853-23-000075
10-K2023-02-07fiscal FY 2022421140001657853-23-000039
10-Q2022-10-27fiscal Q3 2022341040001657853-22-000089
10-Q2022-07-28fiscal Q2 2022341000001657853-22-000076
10-Q2022-04-27fiscal Q1 202234710001657853-22-000045
10-K2022-02-23fiscal FY 2021451240001657853-22-000012
10-Q2021-10-28fiscal Q3 2021351080001657853-21-000092
10-Q2021-08-09fiscal Q2 202133950001657853-21-000074
10-Q2021-05-07fiscal Q1 202132670001657853-21-000013
10-K2021-02-26fiscal FY 2020421080001657853-21-000006
10-Q2020-11-09fiscal Q3 2020341020001657853-20-000114
10-Q2020-08-10fiscal Q2 202033960001657853-20-000077
10-Q2020-05-11fiscal Q1 202032680001657853-20-000049
10-K2020-02-25fiscal FY 2019401370001657853-20-000007
10-Q2019-11-05fiscal Q3 201932960001657853-19-000146
10-Q2019-08-07fiscal Q2 201931930001657853-19-000134
10-Q2019-05-07fiscal Q1 201931670001657853-19-000047
10-K2019-02-25fiscal FY 2018361270001657853-19-000005
10-Q2018-11-08fiscal Q3 201831900001657853-18-000104
10-Q2018-08-06fiscal Q2 201830860001657853-18-000057
10-Q2018-05-07fiscal Q1 201827590001657853-18-000035
10-K2018-02-27fiscal FY 2017321180001657853-18-000016
10-Q2017-11-09fiscal Q3 201726760001657853-17-000047
10-Q2017-08-08fiscal Q2 201725740001657853-17-000038
10-Q2017-05-08fiscal Q1 201725520001657853-17-000013
10-K2017-03-06fiscal FY 2016321180001657853-17-000010
10-Q2016-11-08fiscal Q3 201628820001657853-16-000057
10-Q2016-08-08fiscal Q2 201627800001657853-16-000047

Inspect the source

Entity
HERTZ GLOBAL HOLDINGS, INC / CIK 0001657853
Captured
2026-09-21T17:23:06.092Z
SEC response SHA-256
55e58c385f14407a31e40ff71d3b850f04f33c8cbb92fb426226c58cd53e83d8

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