
NOMURA CORPORATION — Investor Relations & Filings
Nomura is a global financial services group that provides a range of services to individuals, institutions, corporations, and governments. The company's operations are organized into three main divisions: Retail, Investment Management, and Wholesale. The Retail division offers wealth management and brokerage services to individual investors. The Investment Management division provides asset management products and solutions. The Wholesale division serves corporate and institutional clients, offering services in investment banking, including advisory and underwriting, as well as sales, trading, and research across various asset classes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2026-01-26 | Japanese | |
| 有価証券報告書-第61期(2024/11/01-2025/10/31) | 2026-01-26 | Japanese | |
| 確認書 | 2025-06-13 | Japanese | |
| 半期報告書-第61期(2024/11/01-2025/10/31) | 2025-06-13 | Japanese | |
| 臨時報告書 | 2025-01-31 | Japanese | |
| 内部統制報告書-第60期(2023/11/01-2024/10/31) | 2025-01-30 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 13318712 | 確認書 | 2026-01-26 | Japanese | ||
| 13318710 | 有価証券報告書-第61期(2024/11/01-2025/10/31) | 2026-01-26 | Japanese | ||
|
2025
6 filings
| |||||
| 7259080 | 確認書 | 2025-06-13 | Japanese | ||
| 7259078 | 半期報告書-第61期(2024/11/01-2025/10/31) | 2025-06-13 | Japanese | ||
| 7286976 | 臨時報告書 | 2025-01-31 | Japanese | ||
| 7287283 | 内部統制報告書-第60期(2023/11/01-2024/10/31) | 2025-01-30 | Japanese | ||
| 7287282 | 確認書 | 2025-01-30 | Japanese | ||
| 7287286 | 有価証券報告書-第60期(2023/11/01-2024/10/31) | 2025-01-30 | Japanese | ||
|
2024
7 filings
| |||||
| 7333935 | 確認書 | 2024-06-11 | Japanese | ||
| 7333934 | 四半期報告書-第60期第2四半期(2024/02/01-2024/04/30) | 2024-06-11 | Japanese | ||
| 7347946 | 確認書 | 2024-03-12 | Japanese | ||
| 7347942 | 四半期報告書-第60期第1四半期(2023/11/01-2024/01/31) | 2024-03-12 | Japanese | ||
| 7359457 | 臨時報告書 | 2024-01-30 | Japanese | ||
| 7359730 | 確認書 | 2024-01-29 | Japanese | ||
| 7359725 | 内部統制報告書-第59期(2022/11/01-2023/10/31) | 2024-01-29 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other financial service activities n.e.c., except insurance and pension funding activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1285081 Ontario Inc.
An active reporting issuer with undisclosed core business a…
|
— | CA | Financial and insurance activit… |
|
1797729 Ontario Inc.
Gold-focused royalty and stream company acquiring royalties…
|
OR | CA | Financial and insurance activit… |
|
5D Acquisition Corp.
Capital Pool Company (CPC) seeking a Qualifying Transaction…
|
FIVD.P | CA | Financial and insurance activit… |
|
9F Inc.
Operates a digital financial account platform for personali…
|
JFU | US | Financial and insurance activit… |
|
A1 CAPİTAL YATIRIM MENKUL DEĞERLER A.Ş.
A brokerage and investment firm offering capital market and…
|
A1CAP | TR | Financial and insurance activit… |
|
A2ZCryptocap
Identifies and evaluates potential assets or operating busi…
|
AZC-P | CA | Financial and insurance activit… |
|
AA Mission Acquisition Corp.
A special purpose acquisition company targeting the food an…
|
AAM | US | Financial and insurance activit… |
|
ABC arbitrage
Quantitative trading and asset management firm using market…
|
ABCA | FR | Financial and insurance activit… |
|
ABG Sundal Collier
An independent Nordic investment bank providing advisory an…
|
ABG | NO | Financial and insurance activit… |
|
Above Capital Inc.
Financial services provider operating an advanced MT5 platf…
|
— | CA | Financial and insurance activit… |
NOMURA CORPORATION via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/14463/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14463 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=14463 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=14463 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 14463}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for NOMURA CORPORATION (id: 14463)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.