
AHC GROUP INC. — Investor Relations & Filings
AHC GROUP INC. is a company operating primarily in three sectors: welfare, nursing care, and restaurants. The welfare division provides a range of support services, including after-school day programs, employment transition and continuation support (Type B), daily life care, and the management of group homes for individuals with disabilities. The nursing care segment focuses on the establishment and operational management of day service facilities. In addition to its care-related activities, the company also manages and operates a restaurant business.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第13期第3四半期(令和4年6月1日-令和4年8月31日) | 2022-10-14 | Japanese | |
| 四半期報告書-第13期第2四半期(令和4年3月1日-令和4年5月31日) | 2022-07-14 | Japanese | |
| 四半期報告書-第13期第1四半期(令和3年12月1日-令和4年2月28日) | 2022-04-14 | Japanese | |
| 内部統制報告書-第12期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | |
| 確認書 | 2022-02-28 | Japanese | |
| 有価証券報告書-第12期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
6 filings
| |||||
| 7588156 | 四半期報告書-第13期第3四半期(令和4年6月1日-令和4年8月31日) | 2022-10-14 | Japanese | ||
| 7596918 | 四半期報告書-第13期第2四半期(令和4年3月1日-令和4年5月31日) | 2022-07-14 | Japanese | ||
| 7611057 | 四半期報告書-第13期第1四半期(令和3年12月1日-令和4年2月28日) | 2022-04-14 | Japanese | ||
| 7615353 | 内部統制報告書-第12期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | ||
| 7615349 | 確認書 | 2022-02-28 | Japanese | ||
| 7615356 | 有価証券報告書-第12期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7625524 | 四半期報告書-第12期第3四半期(令和3年6月1日-令和3年8月31日) | 2021-10-14 | Japanese | ||
| 7663324 | 四半期報告書-第12期第2四半期(令和3年3月1日-令和3年5月31日) | 2021-07-14 | Japanese | ||
| 7672919 | 四半期報告書-第12期第1四半期(令和2年12月1日-令和3年2月28日) | 2021-04-13 | Japanese | ||
| 7675056 | 内部統制報告書-第11期(令和1年12月1日-令和2年11月30日) | 2021-02-26 | Japanese | ||
| 7675054 | 確認書 | 2021-02-26 | Japanese | ||
| 7675052 | 有価証券報告書-第11期(令和1年12月1日-令和2年11月30日) | 2021-02-26 | Japanese | ||
|
2020
3 filings
| |||||
| 7683115 | 四半期報告書-第11期第3四半期(令和2年6月1日-令和2年8月31日) | 2020-10-14 | Japanese | ||
| 7687759 | 四半期報告書-第11期第2四半期(令和2年3月1日-令和2年5月31日) | 2020-07-14 | Japanese | ||
| 7691368 | 四半期報告書-第11期第1四半期(令和1年12月1日-令和2年2月29日) | 2020-04-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Residential nursing care activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ambea
Offers housing, support, education, and staffing for health…
|
AMBEA | SE | Human health and social work ac… |
|
Amica Mature Lifestyles Inc.
Management, development, and ownership of luxury senior liv…
|
ACC | CA | Human health and social work ac… |
|
As Partners CO.,LTD.
Specializes in tech-driven senior care services and real es…
|
160A | JP | Human health and social work ac… |
|
Bayit Bakfar Ltd.
Develops and operates a chain of senior living residences w…
|
BKFR | IL | Human health and social work ac… |
|
Care Service Co., Ltd.
Provider of comprehensive in-home nursing care and welfare …
|
2425 | JP | Human health and social work ac… |
|
CARE TWENTYONE CORPORATION
A welfare company providing nursing care services, faciliti…
|
2373 | JP | Human health and social work ac… |
|
cedar.co.,ltd
Offers nursing care and rehabilitation via facility, day, a…
|
2435 | JP | Human health and social work ac… |
|
DANEL (Adir Yeoshua) Ltd.
Service provider in human resources, nursing, and for speci…
|
DANE | IL | Human health and social work ac… |
|
FB CARE SERVICE CO.,LTD.
Provider of nursing care services via facilities, in-home s…
|
9220 | JP | Human health and social work ac… |
|
Granville Pacific Capital Corp.
Provides housing and specialized long-term care for seniors…
|
GE | CA | Human health and social work ac… |
AHC GROUP 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/14251/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14251 | 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=14251 | 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=14251 \ -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": 14251}, 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 AHC GROUP INC. (id: 14251)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.