
GLOME Holdings, Inc. — Investor Relations & Filings
GLOME Holdings, Inc. is a holding company with business segments in medical support and real estate. Through its subsidiaries, the company provides comprehensive services to the healthcare sector, including management and human resources consulting for medical institutions, pharmacies, and welfare facilities. It also engages in the sale and rental of medical equipment and welfare devices, and offers medical support services for patients residing overseas. The company's real estate division is involved in property leasing, brokerage, and management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第29期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | |
| 訂正有価証券届出書(通常方式) | 2021-06-25 | Japanese | |
| 訂正有価証券報告書-第28期(平成31年4月1日-令和2年3月31日) | 2021-06-25 | Japanese | |
| 訂正有価証券届出書(通常方式) | 2021-03-16 | Japanese | |
| 訂正四半期報告書-第29期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-03-16 | Japanese | |
| 訂正四半期報告書-第29期第1四半期(令和2年4月1日-令和2年6月30日) | 2021-03-16 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
9 filings
| |||||
| 7665919 | 有価証券報告書-第29期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7668035 | 訂正有価証券届出書(通常方式) | 2021-06-25 | Japanese | ||
| 7667941 | 訂正有価証券報告書-第28期(平成31年4月1日-令和2年3月31日) | 2021-06-25 | Japanese | ||
| 7674672 | 訂正有価証券届出書(通常方式) | 2021-03-16 | Japanese | ||
| 7674668 | 訂正四半期報告書-第29期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-03-16 | Japanese | ||
| 7674667 | 訂正四半期報告書-第29期第1四半期(令和2年4月1日-令和2年6月30日) | 2021-03-16 | Japanese | ||
| 7674664 | 訂正有価証券報告書-第28期(平成31年4月1日-令和2年3月31日) | 2021-03-16 | Japanese | ||
| 7674663 | 訂正有価証券報告書-第27期(平成30年4月1日-平成31年3月31日) | 2021-03-16 | Japanese | ||
| 7675970 | 四半期報告書-第29期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
6 filings
| |||||
| 7679487 | 有価証券届出書(通常方式) | 2020-11-30 | Japanese | ||
| 7679467 | 訂正有価証券報告書-第28期(平成31年4月1日-令和2年3月31日) | 2020-11-30 | Japanese | ||
| 7679466 | 訂正四半期報告書-第29期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-11-30 | Japanese | ||
| 7679465 | 訂正有価証券報告書-第27期(平成30年4月1日-平成31年3月31日) | 2020-11-30 | Japanese | ||
| 7680415 | 四半期報告書-第29期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7684766 | 四半期報告書-第29期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Activities of head offices
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACCESS GROUP HOLDINGS CO., LTD.
Provides support services in promotion, recruitment, and fo…
|
7042 | JP | Professional, scientific and te… |
|
Adani Enterprises Ltd.
Flagship incubator scaling infrastructure, energy, and util…
|
ADANIENT | IN | Professional, scientific and te… |
|
AK Holdings, Inc.
A holding company with subsidiaries in chemicals, retail, r…
|
006840 | KR | Professional, scientific and te… |
|
Almunda Professionals N.V.
Deploys professionals for consultancy, interim management, …
|
AMUND | NL | Professional, scientific and te… |
|
Alpha Dhabi Holding PJSC
Prominent investment holding company with diversified portf…
|
ALPHADHABI | AE | Professional, scientific and te… |
|
Alpha One Corporation
Wholesale organic fertilizers offering safe, slow-release n…
|
AOAO | CA | Professional, scientific and te… |
|
ANALABS RESOURCES BERHAD
Provides environmental and industrial services, waste recyc…
|
— | MY | Professional, scientific and te… |
|
Astra International Tbk
A diversified conglomerate operating in automotive, heavy e…
|
ASII | ID | Professional, scientific and te… |
|
BASEIG SPÓŁKA AKCYJNA
Develops AI-powered SaaS tools to optimize sales processes …
|
— | PL | Professional, scientific and te… |
|
Basic Net SpA
Manages a portfolio of apparel brands through a global netw…
|
BCJ | IT | Professional, scientific and te… |
GLOME Holdings, 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/12900/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12900 | 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=12900 | 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=12900 \ -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": 12900}, 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 GLOME Holdings, Inc. (id: 12900)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.