
Kin-Ei Corp. — Investor Relations & Filings
Kin-Ei Corp. is a company engaged in entertainment and real estate operations. It operates through two primary business segments: Cinema and Amusement, and Building Rental. The Cinema and Amusement division manages movie theaters and other entertainment facilities. The Building Rental division is responsible for the leasing and management of commercial properties, including its key assets, the Kin-Ei Apollo Building and the Abeno Lucias building. The company focuses on providing diverse entertainment options and safe, comfortable environments, aiming to contribute to the cultural and commercial development of the areas it serves.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第126期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-13 | Japanese | |
| 内部統制報告書-第125期(令和3年2月1日-令和4年1月31日) | 2022-04-26 | Japanese | |
| 有価証券報告書-第125期(令和3年2月1日-令和4年1月31日) | 2022-04-26 | Japanese | |
| 確認書 | 2022-04-26 | Japanese | |
| 四半期報告書-第125期第3四半期(令和3年8月1日-令和3年10月31日) | 2021-12-10 | Japanese | |
| 四半期報告書-第125期第2四半期(令和3年5月1日-令和3年7月31日) | 2021-09-10 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7605435 | 四半期報告書-第126期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-13 | Japanese | ||
| 7610644 | 内部統制報告書-第125期(令和3年2月1日-令和4年1月31日) | 2022-04-26 | Japanese | ||
| 7610646 | 有価証券報告書-第125期(令和3年2月1日-令和4年1月31日) | 2022-04-26 | Japanese | ||
| 7610642 | 確認書 | 2022-04-26 | Japanese | ||
|
2021
6 filings
| |||||
| 7620291 | 四半期報告書-第125期第3四半期(令和3年8月1日-令和3年10月31日) | 2021-12-10 | Japanese | ||
| 7626437 | 四半期報告書-第125期第2四半期(令和3年5月1日-令和3年7月31日) | 2021-09-10 | Japanese | ||
| 7670717 | 四半期報告書-第125期第1四半期(令和3年2月1日-令和3年4月30日) | 2021-06-10 | Japanese | ||
| 7672608 | 内部統制報告書-第124期(令和2年2月1日-令和3年1月31日) | 2021-04-27 | Japanese | ||
| 7672609 | 有価証券報告書-第124期(令和2年2月1日-令和3年1月31日) | 2021-04-27 | Japanese | ||
| 7672607 | 確認書 | 2021-04-27 | Japanese | ||
|
2020
4 filings
| |||||
| 7679165 | 四半期報告書-第124期第3四半期(令和2年8月1日-令和2年10月31日) | 2020-12-15 | Japanese | ||
| 7683410 | 四半期報告書-第124期第2四半期(令和2年5月1日-令和2年7月31日) | 2020-09-30 | Japanese | ||
| 7690262 | 四半期報告書-第124期第1四半期(令和2年2月1日-令和2年4月30日) | 2020-06-10 | Japanese | ||
| 7691255 | 有価証券報告書-第123期(平成31年2月1日-令和2年1月31日) | 2020-04-23 | Japanese | ||
|
2019
1 filing
| |||||
| 7695445 | 四半期報告書-第123期第3四半期(2019/08/01-2019/10/31) | 2019-12-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other amusement and recreation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEON Fantasy Co.,LTD.
Operates family-oriented amusement facilities and indoor pl…
|
4343 | JP | Arts, sports and recreation |
|
ASMO CORPORATION
Operator of 16 amusement facilities and gaming centers in t…
|
2654 | JP | Arts, sports and recreation |
|
Bergbahnen Engelberg-Trübsee-Titlis AG
Operates a year-round mountain excursion and winter sports …
|
TIBN | CH | Arts, sports and recreation |
|
Bodyflight
Operates indoor skydiving facilities using vertical wind tu…
|
BODY | SE | Arts, sports and recreation |
|
BRIGHTON PIER GROUP PLC (THE)
Operates a pier, indoor mini-golf courses, and a family adv…
|
PIER | GB | Arts, sports and recreation |
|
China Travel International Investment Hong Kong Limited
Leading state-owned investor and operator of tourist destin…
|
308 | HK | Arts, sports and recreation |
|
Cineplex Inc.
The nation's largest motion picture exhibitor operating ove…
|
CGX | CA | Arts, sports and recreation |
|
CJ CGV CO.,LTD.
A global company specializing in the operation of multiplex…
|
079160 | KR | Arts, sports and recreation |
|
Cocolonet CO., LTD.
A holding company providing funeral and wedding services an…
|
6060 | JP | Arts, sports and recreation |
|
Compagnie du Mont-Blanc
Operator of ski lift systems and tourist sites in high-alti…
|
MLCMB | FR | Arts, sports and recreation |
Kin-Ei Corp. 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/13075/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13075 | 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=13075 | 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=13075 \ -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": 13075}, 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 Kin-Ei Corp. (id: 13075)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.