Skip to content

AMERICAN HONDA FINANCE CORPORATION: filings

Every AMERICAN HONDA FINANCE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-11fiscal Q1 202724540000864270-26-000010
10-K2026-06-18fiscal FY 202627720000864270-26-000006
10-Q2026-02-11fiscal Q3 202624740000864270-26-000003
10-Q2025-11-07fiscal Q2 202624700000864270-25-000016
10-Q2025-08-08fiscal Q1 202624540000864270-25-000012
10-K2025-06-18fiscal FY 202527720000864270-25-000006
10-Q2025-02-14fiscal Q3 202524740000864270-25-000003
10-Q2024-11-07fiscal Q2 202524700000864270-24-000009
10-Q2024-08-08fiscal Q1 202524540000864270-24-000006
10-K2024-06-20fiscal FY 202428750000864270-24-000003
10-Q2024-02-09fiscal Q3 202425700001628280-24-004041
10-Q2023-11-09fiscal Q2 202425700000864270-23-000012
10-Q2023-08-10fiscal Q1 202425560000864270-23-000009
10-K2023-06-23fiscal FY 202331810000864270-23-000006
10-Q2023-02-13fiscal Q3 202328760000864270-23-000003
10-Q2022-11-10fiscal Q2 202328760000864270-22-000012
10-Q2022-08-11fiscal Q1 202328620000864270-22-000009
10-K2022-06-23fiscal FY 202231810000864270-22-000006
10-Q2022-02-10fiscal Q3 202228760000864270-22-000003
10-Q2021-11-09fiscal Q2 202228760000864270-21-000013
10-Q2021-08-05fiscal Q1 202228620000864270-21-000010
10-K2021-06-24fiscal FY 2021311050000864270-21-000006
10-Q2021-02-11fiscal Q3 202128760000864270-21-000003
10-Q2020-11-10fiscal Q2 202128760001628280-20-016172
10-Q2020-08-10fiscal Q1 202028620000864270-20-000010
10-K2020-06-22fiscal FY 2020311040000864270-20-000006
10-Q2020-02-10fiscal Q3 202028760000864270-20-000003
10-Q2019-11-12fiscal Q2 202029800000864270-19-000011
10-Q2019-08-08fiscal Q1 202029640000864270-19-000009
10-K2019-06-21fiscal FY 2019301040000864270-19-000006
10-K/A2019-04-16fiscal FY 2018291010001193125-19-107564
10-Q2019-02-07fiscal Q3 201928800001628280-19-001073
10-Q2018-11-08fiscal Q2 201928800001564590-18-028492
10-Q2018-08-09fiscal Q1 201927600001564590-18-020880
10-K2018-06-21fiscal FY 2018291010001564590-18-015945
10-Q2018-02-08fiscal Q3 201822650001564590-18-001648
10-Q2017-11-09fiscal Q2 201822650001564590-17-023065
10-Q2017-08-10fiscal Q1 201822490001564590-17-017177
10-K2017-06-22fiscal FY 201725900001564590-17-012865
10-Q2017-02-10fiscal Q3 201723670001564590-17-001358
10-Q2016-11-10fiscal Q2 201723670001564590-16-028856
10-Q2016-08-10fiscal Q1 201723510001564590-16-023838
10-K2016-06-23fiscal FY 201625900001564590-16-020783
10-Q2016-02-10fiscal Q3 201622650001564590-16-012579
10-Q2015-11-10fiscal Q2 201622650001564590-15-010281
10-Q2015-08-10fiscal Q1 201622490001564590-15-006752
10-K2015-06-26fiscal FY 201524880001564590-15-005265
10-Q2015-02-12fiscal Q3 201522640001564590-15-000636
10-Q2014-11-13fiscal Q2 201523670001564590-14-005664
10-Q2014-08-11fiscal Q1 201523500001564590-14-003440
10-K2014-06-20fiscal FY 2014291020001564590-14-002573
10-Q2014-02-12fiscal Q3 201326740001193125-14-047270
10-Q2013-11-12fiscal Q2 201326750001193125-13-438279

Inspect the source

Entity
AMERICAN HONDA FINANCE CORPORATION / CIK 0000864270
Captured
2026-09-21T17:16:49.705Z
SEC response SHA-256
1ed0f5051043ea215f424c553e3cba352116916a306b34863ac4b5fc8a5b8aee

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