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, 27 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-08-06fiscal Q2 202635990001657853-26-000046
10-Q2016-11-08fiscal Q3 201622600000047129-16-000039
10-Q2016-08-12fiscal Q2 201622600000047129-16-000034
10-Q2016-05-09fiscal Q1 201623480000047129-16-000030
10-K2016-02-29fiscal FY 201530960000047129-16-000025
10-Q2015-11-09fiscal Q3 201524640000047129-15-000019
10-Q/A2015-11-09fiscal Q2 201524640000047129-15-000017
10-Q2015-08-10fiscal Q2 201524640000047129-15-000013
10-Q2015-07-16fiscal Q1 201525520000047129-15-000010
10-K2015-07-16fiscal FY 2014292310000047129-15-000009
10-K2014-03-31fiscal FY 2013311330000047129-14-000005
10-Q2013-11-07fiscal Q3 201328790000047129-13-000009
10-Q2013-08-02fiscal Q2 201329950000047129-13-000006
10-Q/A2013-05-03fiscal Q1 201329630001445305-13-001104
10-Q2013-05-02fiscal Q1 201329630001445305-13-001080
10-K2013-03-04fiscal FY 201231980001445305-13-000457
10-Q/A2012-11-05fiscal Q3 201229810001445305-12-003399
10-Q2012-11-02fiscal Q3 201229810001445305-12-003382
10-Q2012-08-03fiscal Q2 201229810001047469-12-007703
10-Q2012-05-04fiscal Q1 201228580001047469-12-005387
10-K2012-02-27fiscal FY 201127710001047469-12-001626
10-Q2011-11-07fiscal Q3 201127700001047469-11-009148
10-Q2011-08-05fiscal Q2 201130740001047469-11-007033
10-Q2011-05-06fiscal Q1 201130610001047469-11-004722
10-K2011-02-28fiscal FY 201029770001047469-11-001493
10-Q2010-11-09fiscal Q3 201029720001047469-10-009495
10-Q2010-08-09fiscal Q2 201029720001047469-10-007197

Inspect the source

Entity
HERTZ GLOBAL HOLDINGS, INC. / CIK 0000047129
Captured
2026-09-21T17:16:33.696Z
SEC response SHA-256
22f2116ff9526319b20259bf96fe5f1829ff99a4a6786d1d3f500d4fce4fe4f5

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