
HARIMA B.STEM CORPORATION — Investor Relations & Filings
HARIMA B.STEM CORPORATION is a provider of comprehensive building management and maintenance services. The company specializes in ensuring the safety, comfort, and value of various facilities through a wide range of integrated solutions. Core services include daily and regular cleaning, equipment maintenance, and security. The company also offers building diagnostics, repairs, construction supervision, and condominium management. It serves a diverse client base, including public facilities, office buildings, commercial properties, medical institutions, and large-scale residential towers, focusing on both routine upkeep and strategic value enhancement for property owners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第61期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-15 | Japanese | |
| 確認書 | 2022-06-29 | Japanese | |
| 内部統制報告書-第60期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 有価証券報告書-第60期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 四半期報告書-第60期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第60期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7590352 | 四半期報告書-第61期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-15 | Japanese | ||
| 7598569 | 確認書 | 2022-06-29 | Japanese | ||
| 7598565 | 内部統制報告書-第60期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7598568 | 有価証券報告書-第60期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7616006 | 四半期報告書-第60期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7620959 | 四半期報告書-第60期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | ||
| 7627154 | 四半期報告書-第60期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | ||
| 7664934 | 内部統制報告書-第59期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7664930 | 確認書 | 2021-06-29 | Japanese | ||
| 7664929 | 有価証券報告書-第59期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7675521 | 四半期報告書-第59期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680031 | 四半期報告書-第59期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7684620 | 四半期報告書-第59期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
| 7688742 | 有価証券報告書-第58期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7693043 | 四半期報告書-第58期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Combined facilities support activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AARCON FACILITIES LIMITED
Provides integrated facility management, technical maintena…
|
532024 | IN | Administrative and support serv… |
|
ABM INDUSTRIES INC /DE/
Provider of integrated facility, engineering, infrastructur…
|
ABM | US | Administrative and support serv… |
|
AEON DELIGHT CO., LTD.
An integrated facilities management company offering soluti…
|
9787 | JP | Administrative and support serv… |
|
AUX International Holdings Limited
Provides property management in Mainland China, complemente…
|
2080 | HK | Administrative and support serv… |
|
BIKEN TECHNO CORPORATION
Provider of building management, maintenance, security, ren…
|
9791 | JP | Administrative and support serv… |
|
CASPIAN CORPORATE SERVICES LIMITED
Provides integrated facility management, security, and corp…
|
534732 | IN | Administrative and support serv… |
|
CINTAS CORP
Provides corporate uniforms, facility services, first aid, …
|
CTAS | US | Administrative and support serv… |
|
City Service SE
A holding company managing a group for facility and propert…
|
CTS | EE | Administrative and support serv… |
|
Clear Secured Services Limited
Provides integrated facility management and security soluti…
|
CSSL | IN | Administrative and support serv… |
|
Coor Service Management Hold.
A leading provider of facility management (FM) services in …
|
COOR | SE | Administrative and support serv… |
HARIMA B.STEM CORPORATION 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/13164/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13164 | 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=13164 | 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=13164 \ -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": 13164}, 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 HARIMA B.STEM CORPORATION (id: 13164)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.