Skip to content

FIRST HAWAIIAN, INC.: filings

Every FIRST HAWAIIAN, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-03fiscal Q2 202626760001104659-26-089785
10-Q2026-05-04fiscal Q1 202626560001104659-26-054867
10-K2026-02-27fiscal FY 202535950001104659-26-021544
10-Q2025-11-03fiscal Q3 202527770001104659-25-105580
10-Q2025-08-04fiscal Q2 202527770001558370-25-010092
10-Q2025-05-05fiscal Q1 202527570001558370-25-006291
10-K2025-02-28fiscal FY 202435950001558370-25-001943
10-Q2024-11-04fiscal Q3 202426760001558370-24-014253
10-Q2024-08-05fiscal Q2 202426760001558370-24-010868
10-Q2024-05-06fiscal Q1 202427580001558370-24-006809
10-K2024-02-28fiscal FY 202336980001558370-24-001995
10-Q2023-11-06fiscal Q3 202329830001558370-23-017755
10-Q2023-08-07fiscal Q2 202330850001558370-23-013602
10-Q2023-05-08fiscal Q1 202329620001558370-23-008532
10-K2023-02-24fiscal FY 202236990001558370-23-002048
10-Q2022-11-07fiscal Q3 202229840001558370-22-016633
10-Q2022-08-08fiscal Q2 202229840001558370-22-012636
10-Q2022-05-02fiscal Q1 202229610001558370-22-006654
10-K2022-02-25fiscal FY 2021371020001558370-22-002181
10-Q2021-11-01fiscal Q3 202129850001558370-21-013933
10-Q2021-08-02fiscal Q2 202129850001558370-21-009827
10-Q2021-05-04fiscal Q1 202129620001558370-21-005577
10-K2021-02-25fiscal FY 2020381030001558370-21-001848
10-Q2020-11-02fiscal Q3 202028830001558370-20-012273
10-Q2020-08-04fiscal Q2 202028830001558370-20-009037
10-Q2020-05-08fiscal Q1 202028590001558370-20-006012
10-K2020-02-28fiscal FY 201937960001558370-20-001695
10-Q2019-10-25fiscal Q3 201931850001558370-19-009110
10-Q2019-07-29fiscal Q2 201931850001558370-19-006427
10-Q2019-04-26fiscal Q1 201930610001558370-19-003335
10-K2019-02-28fiscal FY 201835930001558370-19-001219
10-Q2018-10-26fiscal Q3 201829820001558370-18-007904
10-Q2018-07-27fiscal Q2 201829810001558370-18-005785
10-Q2018-04-27fiscal Q1 201828590001558370-18-003359
10-K2018-02-28fiscal FY 201732880001558370-18-001304
10-Q2017-10-27fiscal Q3 201726770001558370-17-007609
10-Q2017-08-10fiscal Q2 201726760001558370-17-006512
10-Q2017-04-28fiscal Q1 201722470001558370-17-003017
10-K2017-03-15fiscal FY 201627710001558370-17-001852
10-Q2016-11-10fiscal Q3 201622660001558370-16-009908
10-Q2016-09-09fiscal Q2 201619580001558370-16-008284

Inspect the source

Entity
FIRST HAWAIIAN, INC. / CIK 0000036377
Captured
2026-09-19T11:13:18.916Z
SEC response SHA-256
312566c1571e8dea022e1a13f8ec7a6bcc694440f2045457327701a5b859c455

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