
tenox corporation — Investor Relations & Filings
Tenox Corporation is a construction firm specializing in foundation solutions, primarily focusing on ground improvement and piling work for civil engineering and architectural structures. The company provides a range of services, including the installation of concrete and steel pipe piles, and is known for its proprietary technologies like the Tenocolumn (Cement Deep Mixing) and Pure Pile methods. Tenox also develops innovative, low-noise construction techniques to enhance safety and minimize environmental impact. In addition to its specialized construction services, the company engages in the sale of construction materials. Its core mission is to deliver safety and peace of mind through its advanced engineering capabilities and a team of highly qualified technicians.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第52期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第52期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | |
| 四半期報告書-第52期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | |
| 内部統制報告書-第51期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | |
| 確認書 | 2021-06-29 | Japanese | |
| 有価証券報告書-第51期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7616136 | 四半期報告書-第52期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
7 filings
| |||||
| 7620991 | 四半期報告書-第52期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | ||
| 7662518 | 四半期報告書-第52期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7665219 | 内部統制報告書-第51期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7665203 | 確認書 | 2021-06-29 | Japanese | ||
| 7665178 | 有価証券報告書-第51期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7671995 | 有価証券届出書(組込方式) | 2021-05-14 | Japanese | ||
| 7675510 | 四半期報告書-第51期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680398 | 四半期報告書-第51期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7686791 | 四半期報告書-第51期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7688863 | 有価証券報告書-第50期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7693981 | 四半期報告書-第50期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
3 filings
| |||||
| 7697372 | 四半期報告書-第50期第2四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
| 7701689 | 四半期報告書-第50期第1四半期(2019/04/01-2019/06/30) | 2019-08-05 | Japanese | ||
| 7709774 | 有価証券報告書-第49期(平成30年4月1日-平成31年3月31日) | 2019-06-27 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Site preparation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ASIA PILE HOLDINGS CORPORATION
A foundation engineering group that manufactures, sells, an…
|
5288 | JP | Construction |
|
Badger Daylighting Inc.
Largest North American provider of non-destructive hydro-ex…
|
BDGI | CA | Construction |
|
Badger Infrastructure Solutions Ltd.
North America's largest provider of non-destructive hydro-e…
|
BDGI | CA | Construction |
|
Basetrophy Group Holdings Limited
Provides foundation and civil engineering works, and trades…
|
8460 | KY | Construction |
|
Chinney Alliance Group Limited
Building contracting, ground engineering, foundation work, …
|
385 | HK | Construction |
|
Chinney Kin Wing Holdings Limited
Provider of foundation engineering services, construction, …
|
1556 | HK | Construction |
|
CT Vision (International) Holdings Limited
Operates in construction, renewable energy, social e-commer…
|
994 | HK | Construction |
|
DirectBooking Technology Co., Ltd.
An investment holding company providing construction materi…
|
ZDAI | US | Construction |
|
Dragon Rise Group Holdings Limited
Hong Kong subcontractor specializing in foundation engineer…
|
6829 | HK | Construction |
|
FEG Holdings Corporation Limited
Foundation engineering contractor providing foundation work…
|
1413 | HK | Construction |
tenox 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/10985/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=10985 | 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=10985 | 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=10985 \ -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": 10985}, 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 tenox corporation (id: 10985)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.