
Nippon Care Supply Co.,Ltd. — Investor Relations & Filings
Nippon Care Supply Co., Ltd. specializes in the rental and wholesale of welfare equipment for organizations that serve the elderly and individuals requiring care. The company's primary business involves supplying a wide range of care products, which are also available for direct sale. Complementing its equipment services, the company provides additional life support solutions, including meal delivery, a diaper delivery service with personalized fitting, and an online shop for daily necessities. Furthermore, Nippon Care Supply develops digital tools for the care industry, such as an AI-assisted care planning system, and conducts educational seminars for care professionals to promote best practices in equipment selection and use.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 訂正有価証券報告書-第22期(平成31年4月1日-令和2年3月31日) | 2022-07-22 | Japanese | |
| 訂正有価証券報告書-第21期(平成30年4月1日-平成31年3月31日) | 2022-07-22 | Japanese | |
| 内部統制報告書-第24期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 確認書 | 2022-06-27 | Japanese | |
| 有価証券報告書-第24期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 四半期報告書-第24期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-01-28 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
6 filings
| |||||
| 7596578 | 訂正有価証券報告書-第22期(平成31年4月1日-令和2年3月31日) | 2022-07-22 | Japanese | ||
| 7596575 | 訂正有価証券報告書-第21期(平成30年4月1日-平成31年3月31日) | 2022-07-22 | Japanese | ||
| 7602048 | 内部統制報告書-第24期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7602034 | 確認書 | 2022-06-27 | Japanese | ||
| 7602023 | 有価証券報告書-第24期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7618860 | 四半期報告書-第24期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-01-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7625099 | 四半期報告書-第24期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-10-28 | Japanese | ||
| 7662958 | 四半期報告書-第24期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-07-29 | Japanese | ||
| 7666597 | 内部統制報告書-第23期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7666589 | 確認書 | 2021-06-28 | Japanese | ||
| 7666581 | 有価証券報告書-第23期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7677829 | 四半期報告書-第23期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-01-29 | Japanese | ||
|
2020
3 filings
| |||||
| 7682707 | 四半期報告書-第23期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-10-29 | Japanese | ||
| 7687439 | 四半期報告書-第23期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-07-30 | Japanese | ||
| 7688905 | 有価証券報告書-第22期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of other household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
111, Inc.
A tech-enabled healthcare platform connecting patients with…
|
YI | KY | Wholesale and retail trade |
|
AAYUSH ART AND BULLION LIMITED
Trades and distributes gold and silver bullion, coins, and …
|
540718 | IN | Wholesale and retail trade |
|
Al Hassan Ghazi Ibrahim Shaker Co.
Distributes air conditioning, home appliances, and energy m…
|
1214 | SA | Wholesale and retail trade |
|
ALLIANCE ENTERTAINMENT HOLDING CORP
Global wholesaler and distributor of home entertainment pro…
|
AENT | US | Wholesale and retail trade |
|
ALLIANCE PHARMA PLC
Specialty pharmaceutical company acquiring and marketing co…
|
APH | GB | Wholesale and retail trade |
|
ARATA CORPORATION
A wholesale trading company distributing daily consumer goo…
|
2733 | JP | Wholesale and retail trade |
|
Asker Healthcare Group AB
A partner to caregivers and patients providing medical prod…
|
ASKER | SE | Wholesale and retail trade |
|
Aspire & Innovative Advertising Limited
Distributes consumer durables and electronics via an asset-…
|
ASPIRE | IN | Wholesale and retail trade |
|
Ausupreme International Holdings Limited
Distributor of TGA-certified Australian health foods and We…
|
2031 | HK | Wholesale and retail trade |
|
Avidus Management Group Inc.
Marketer and distributor of nutraceutical products, supplem…
|
ASNHF | CA | Wholesale and retail trade |
Nippon Care Supply 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/13354/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13354 | 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=13354 | 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=13354 \ -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": 13354}, 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 Nippon Care Supply Co.,Ltd. (id: 13354)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.