
NICHIRYOKU CO., LTD. — Investor Relations & Filings
NICHIRYOKU CO., LTD. is a comprehensive provider of funeral and memorial services. The company's operations are centered on three core segments: Funeral Services, Cemetery and Mausoleum Management, and End-of-Life Planning. The funeral division organizes ceremonies of various scales, from private family gatherings to large formal services. The cemetery business involves the development, sale, and management of burial sites, including urban park cemeteries and modern indoor, automated mausoleums. It also offers grave relocation and closing services. Through its 'Silver Family Consulting' initiative, Nichiryoku provides educational seminars and advisory services to seniors and their families on topics such as inheritance and preparing for the end of life, focusing on holistic support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第3回新株予約権(行使価額修正条項付)の月間行使状況に関するお知らせ | 2026-05-01 | Japanese | |
| 「第三者割当による新株式の発行及び第3回新株予約権(行使価額修正条項付)の発行」に関する資金使途の変更に関するお知らせ | 2026-04-16 | Japanese | |
| 新株予約権の取得・消却、第三者割当による新株式、新株予約権付社債及び新株予約権の発行、業務資本提携に関する契約の締結並びに親会社の異動に関するお知らせ | 2026-04-16 | Japanese | |
| 有価証券届出書(組込方式) | 2026-04-16 | Japanese | |
| 確認書 | 2025-11-17 | Japanese | |
| 半期報告書-第60期(2025/04/01-2026/03/31) | 2025-11-17 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 46880539 | 第3回新株予約権(行使価額修正条項付)の月間行使状況に関するお知らせ | 2026-05-01 | Japanese | ||
| 46877334 | 「第三者割当による新株式の発行及び第3回新株予約権(行使価額修正条項付)の発行」に関する資金使途の変更に関するお知らせ | 2026-04-16 | Japanese | ||
| 46877333 | 新株予約権の取得・消却、第三者割当による新株式、新株予約権付社債及び新株予約権の発行、業務資本提携に関する契約の締結並びに親会社の異動に関するお知らせ | 2026-04-16 | Japanese | ||
| 34645068 | 有価証券届出書(組込方式) | 2026-04-16 | Japanese | ||
|
2025
7 filings
| |||||
| 8418461 | 確認書 | 2025-11-17 | Japanese | ||
| 8418456 | 半期報告書-第60期(2025/04/01-2026/03/31) | 2025-11-17 | Japanese | ||
| 7241816 | 臨時報告書 | 2025-07-01 | Japanese | ||
| 7245367 | 確認書 | 2025-06-27 | Japanese | ||
| 7245353 | 内部統制報告書-第59期(2024/04/01-2025/03/31) | 2025-06-27 | Japanese | ||
| 7245347 | 有価証券報告書-第59期(2024/04/01-2025/03/31) | 2025-06-27 | Japanese | ||
| 7266952 | 有価証券届出書(組込方式) | 2025-04-15 | Japanese | ||
|
2024
4 filings
| |||||
| 7302560 | 確認書 | 2024-11-08 | Japanese | ||
| 7302563 | 半期報告書-第59期(2024/04/01-2025/03/31) | 2024-11-08 | Japanese | ||
| 7317830 | 臨時報告書 | 2024-07-01 | Japanese | ||
| 7324508 | 内部統制報告書-第58期(2023/04/01-2024/03/31) | 2024-06-27 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Funeral and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anxian Yuan China Holdings Limited
Develops and manages cemetery businesses, offering funeral,…
|
922 | HK | Other service activities |
|
Arbor Memorial Services Inc.
Operates over 140 funeral homes and cemeteries, offering pe…
|
AROBF | CA | Other service activities |
|
A-tie Co.,Ltd.
A consulting firm for temples specializing in modern memori…
|
369A | JP | Other service activities |
|
CARRIAGE SERVICES INC
Provider of deathcare services and merchandise through fune…
|
CSV | US | Other service activities |
|
China Wan Tong Yuan (Holdings) Limited
Provides comprehensive burial and funeral services, managin…
|
6966 | HK | Other service activities |
|
DIGNITY PLC
National provider of funeral services and prepaid funeral p…
|
DTY | GB | Other service activities |
|
Fu Shou Yuan International Group Limited
China-based death care provider managing cemeteries, funera…
|
1448 | HK | Other service activities |
|
Grupa Klepsydra Spolka Akcyjna
Holding company providing funeral, cemetery, and cremation …
|
KLE | PL | Other service activities |
|
HEIAN CEREMONY SERVICE CO.,LTD.
Provider of wedding and funeral services, also offering nur…
|
2344 | JP | Other service activities |
|
Keystone North America Inc.
Provider of deathcare services, managing funeral homes and …
|
KNA-T | CA | Other service activities |
NICHIRYOKU CO., LTD. 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/12641/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12641 | 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=12641 | 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=12641 \ -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": 12641}, 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 NICHIRYOKU CO., LTD. (id: 12641)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.