Skip to content

Nomura America Finance, LLC: filings

Every Nomura America Finance, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 18 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
20-F2026-06-22fiscal FY 2026431180001193125-26-277134
20-F2025-06-23fiscal FY 2025431180001193125-25-144222
20-F2024-06-26fiscal FY 2024431200001193125-24-168473
20-F/A2024-04-12fiscal FY 2023431190001193125-24-093838
20-F2023-06-28fiscal FY 2023431190001193125-23-176640
20-F2022-06-24fiscal FY 2022431180001193125-22-180720
20-F2021-06-25fiscal FY 2021431170001193125-21-199397
20-F2020-06-30fiscal FY 2020441160001193125-20-183187
20-F2019-06-25fiscal FY 2019401100001193125-19-180633
20-F2018-06-25fiscal FY 2018381060001193125-18-201584
20-F2017-06-26fiscal FY 2017371030001193125-17-212331
20-F2016-06-23fiscal FY 2016371030001193125-16-629445
20-F2015-06-25fiscal FY 2015371030001193125-15-234239
20-F2014-06-26fiscal FY 2014371020001193125-14-250159
20-F2013-06-27fiscal FY 201236990001193125-13-273652
20-F/A2012-06-28fiscal FY 201136990001193125-12-286588
20-F/A2011-07-29fiscal FY 2010351290001193125-11-201639
20-F/A2010-07-28fiscal FY 2009301100001193125-10-168133

Inspect the source

Entity
Nomura America Finance, LLC / CIK 0001163653
Captured
2026-09-20T07:43:29.378Z
SEC response SHA-256
e5b5a5074e7e8a1c4c91dd0f898941a6e5a02629ca053f8fe53ebc1b627e2e42

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