
Wealth Management, Inc. — Investor Relations & Filings
Wealth Management, Inc. is a real estate group specializing in the revitalization and development of hotels and traditional Japanese inns (ryokans). The company's business model integrates four core functions: investment, asset management, real estate services, and hotel operations. It also provides services in real estate securitization and M&A advisory. By leveraging these capabilities and forming partnerships with local stakeholders, the group aims to maximize the value of tourism resources, contributing to regional revitalization and the promotion of local culture.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 株主優待制度の一部変更(保有区分追加および拡充)に関するお知らせ | 2026-05-12 | Japanese | |
| 2026年3月期連結業績の前期実績値との差異ならびに剰余金の配当に関するお知らせ | 2026-05-12 | Japanese | |
| 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-12 | Japanese | |
| 「シックスセンシズ 箱根強羅」開発プロジェクトにおける不動産信託受益権譲渡契約締結に関するお知らせ | 2026-04-28 | Japanese | |
| イビス大阪梅田の匿名組合出資持分の譲渡に関するお知らせ | 2026-04-23 | Japanese | |
| 確認書 | 2025-11-10 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 46883412 | 株主優待制度の一部変更(保有区分追加および拡充)に関するお知らせ | 2026-05-12 | Japanese | ||
| 46883408 | 2026年3月期連結業績の前期実績値との差異ならびに剰余金の配当に関するお知らせ | 2026-05-12 | Japanese | ||
| 46883406 | 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-12 | Japanese | ||
| 46879549 | 「シックスセンシズ 箱根強羅」開発プロジェクトにおける不動産信託受益権譲渡契約締結に関するお知らせ | 2026-04-28 | Japanese | ||
| 46878469 | イビス大阪梅田の匿名組合出資持分の譲渡に関するお知らせ | 2026-04-23 | Japanese | ||
|
2025
8 filings
| |||||
| 8165252 | 確認書 | 2025-11-10 | Japanese | ||
| 8165249 | 半期報告書-第27期(2025/04/01-2025/09/30) | 2025-11-10 | Japanese | ||
| 7246568 | 臨時報告書 | 2025-06-27 | Japanese | ||
| 7248478 | 確認書 | 2025-06-26 | Japanese | ||
| 7248476 | 内部統制報告書-第26期(2024/04/01-2025/03/31) | 2025-06-26 | Japanese | ||
| 7248479 | 有価証券報告書-第26期(2024/04/01-2025/03/31) | 2025-06-26 | Japanese | ||
| 7267512 | 臨時報告書 | 2025-04-11 | Japanese | ||
| 7271065 | 臨時報告書 | 2025-03-28 | Japanese | ||
|
2024
2 filings
| |||||
| 7301155 | 半期報告書-第26期(2024/04/01-2025/03/31) | 2024-11-11 | Japanese | ||
| 7301153 | 確認書 | 2024-11-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Securitisation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EMLAK VARLIK KİRALAMA A.Ş.
A special purpose vehicle that issues lease certificates (S…
|
EMVAR | TR | Financial and insurance activit… |
|
FAB SUKUK CO TRUST CERT 4.930% JUL 2026
SPV established by FAB, issuing Sharia-compliant sukuk for …
|
XSFABSTC0726 | AE | Financial and insurance activit… |
|
FEDERAL AGRICULTURAL MORTGAGE CORP
Provides a secondary market for agricultural and rural infr…
|
AGM | US | Financial and insurance activit… |
|
FEDERAL NATIONAL MORTGAGE ASSOCIATION
A government-sponsored enterprise enhancing liquidity, stab…
|
62QB | US | Financial and insurance activit… |
|
Finance Assistance Management SPV
A special purpose vehicle that securitizes receivables by a…
|
FAM | BG | Financial and insurance activit… |
|
Finexity AG
A digital OTC trading venue for tokenized private market in…
|
FINX | DE | Financial and insurance activit… |
|
FIRSTMAC MORTGAGE FUNDING TRUST NO. 4 SERIES 1-2020
A special purpose vehicle for the securitization of residen…
|
FM3 | AU | Financial and insurance activit… |
|
FIRSTMAC MORTGAGE FUNDING TRUST NO.4 SERIES 2-2019
Special purpose vehicle for the securitization of residenti…
|
FM2 | AU | Financial and insurance activit… |
|
FIRSTMAC MORTGAGE FUNDING TRUST NO.4 SERIES 2-2020
A special purpose vehicle for the securitization of residen…
|
FM5 | AU | Financial and insurance activit… |
|
FIRSTMAC MORTGAGE FUNDING TRUST NO.4 SERIES 4-2019
A special purpose vehicle for the securitization of residen…
|
FM1 | AU | Financial and insurance activit… |
Wealth Management, Inc. 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/12858/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12858 | 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=12858 | 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=12858 \ -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": 12858}, 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 Wealth Management, Inc. (id: 12858)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.