
BIKEN TECHNO CORPORATION — Investor Relations & Filings
BIKEN TECHNO CORPORATION is a comprehensive service provider specializing in building and facility management. The company's core offerings include general building maintenance, cleaning, security, and disaster prevention management. It also provides integrated facility management, renovation, and construction services, utilizing a total renovation system that integrates diagnostic research, construction, and subsequent maintenance. The company's operations are guided by a customer-first philosophy aimed at delivering high-quality building management solutions. Additionally, the corporation is engaged in real estate and franchise businesses.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部統制報告書-第59期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 有価証券報告書-第59期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 四半期報告書-第59期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第59期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第59期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | |
| 内部統制報告書-第58期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7599046 | 内部統制報告書-第59期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7599038 | 有価証券報告書-第59期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7616809 | 四半期報告書-第59期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7622563 | 四半期報告書-第59期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7627619 | 四半期報告書-第59期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | ||
| 7665062 | 内部統制報告書-第58期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7665048 | 確認書 | 2021-06-29 | Japanese | ||
| 7665044 | 有価証券報告書 | 2021-06-29 | Japanese | ||
| 7675857 | 四半期報告書-第58期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7681851 | 四半期報告書-第58期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-11 | Japanese | ||
| 7684788 | 四半期報告書-第58期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
| 7688367 | 有価証券報告書-第57期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7694094 | 四半期報告書-第57期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
2 filings
| |||||
| 7697565 | 四半期報告書-第57期第2四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
| 7699326 | 四半期報告書-第57期第1四半期(2019/04/01-2019/06/30) | 2019-08-14 | 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… |
|
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… |
|
Country Garden Services Holdings Company Limited
A leading provider of comprehensive property management ser…
|
6098 | KY | Administrative and support serv… |
BIKEN TECHNO 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/13159/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13159 | 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=13159 | 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=13159 \ -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": 13159}, 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 BIKEN TECHNO CORPORATION (id: 13159)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.