
BESTERRA CO., LTD — Investor Relations & Filings
BESTERRA CO., LTD. is a specialized engineering company focused on the demolition of large-scale industrial plants. It serves sectors such as power generation (thermal, nuclear, wind), steelmaking, gas, and petrochemicals. The company provides comprehensive services from design and consulting to execution, distinguished by its development of proprietary and patented demolition technologies, including the "Apple Peeling Method®" and specialized demolition robots. A key focus is on environmental countermeasures, safely managing hazardous materials like asbestos, dioxins, and PCBs in compliance with regulations. BESTERRA also utilizes advanced digital tools, such as 3D laser scanning for precise site measurement, and is expanding into related engineering and maintenance fields.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第49期第1四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | |
| 内部統制報告書-第48期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | |
| 確認書 | 2021-04-23 | Japanese | |
| 有価証券報告書-第48期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | |
| 訂正有価証券届出書(組込方式) | 2021-02-01 | Japanese | |
| 訂正有価証券届出書(組込方式) | 2021-01-21 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
7 filings
| |||||
| 7670578 | 四半期報告書-第49期第1四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | ||
| 7672665 | 内部統制報告書-第48期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | ||
| 7672663 | 確認書 | 2021-04-23 | Japanese | ||
| 7672667 | 有価証券報告書-第48期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | ||
| 7677792 | 訂正有価証券届出書(組込方式) | 2021-02-01 | Japanese | ||
| 7678019 | 訂正有価証券届出書(組込方式) | 2021-01-21 | Japanese | ||
| 7678037 | 有価証券届出書(組込方式) | 2021-01-20 | Japanese | ||
|
2020
4 filings
| |||||
| 7679250 | 四半期報告書-第48期第3四半期(令和2年8月1日-令和2年10月31日) | 2020-12-14 | Japanese | ||
| 7683984 | 四半期報告書-第48期第2四半期(令和2年5月1日-令和2年7月31日) | 2020-09-14 | Japanese | ||
| 7690164 | 四半期報告書-第48期第1四半期(令和2年2月1日-令和2年4月30日) | 2020-06-12 | Japanese | ||
| 7691243 | 有価証券報告書-第47期(平成31年2月1日-令和2年1月31日) | 2020-04-24 | Japanese | ||
|
2019
4 filings
| |||||
| 7695382 | 四半期報告書-第47期第3四半期(2019/08/01-2019/10/31) | 2019-12-13 | Japanese | ||
| 7698919 | 四半期報告書-第47期第2四半期(2019/05/01-2019/07/31) | 2019-09-13 | Japanese | ||
| 7711379 | 四半期報告書-第47期第1四半期(2019/02/01-2019/04/30) | 2019-06-14 | Japanese | ||
| 7712555 | 有価証券報告書-第46期(平成30年2月1日-平成31年1月31日) | 2019-04-26 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Demolition
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beng Soon Machinery Holdings Limited
Specialized provider of comprehensive demolition and site c…
|
1987 | HK | Construction |
|
Glory Flame Holdings Limited
Construction services provider specializing in concrete dem…
|
8059 | HK | Construction |
|
Kingland Group Holdings Limited
Established subcontractor providing concrete demolition ser…
|
1751 | HK | Construction |
|
TANAKEN Inc.
Specializes in the demolition of large-scale commercial and…
|
1450 | JP | Construction |
BESTERRA CO., LTD 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/13888/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13888 | 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=13888 | 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=13888 \ -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": 13888}, 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 BESTERRA CO., LTD (id: 13888)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.