
Toabo Corporation — Investor Relations & Filings
Filings indexed
76
across all filing types
Latest filing
2022-05-12
Interim / Quarterly Rep…
Country
JP
Japan
Listing
T
3204
Toabo Corporation is a corporate group that operates across six business fields, dedicated to the pursuit of "amenity" and "comfort" for people and their daily lives. The company's mission is to "spin the tomorrow of life and society," reflecting its focus on developing products and services that enhance well-being and contribute to social progress.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第21期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-12 | Japanese | |
| 内部統制報告書-第20期(令和3年1月1日-令和3年12月31日) | 2022-03-31 | Japanese | |
| 確認書 | 2022-03-31 | Japanese | |
| 有価証券報告書-第20期(令和3年1月1日-令和3年12月31日) | 2022-03-31 | Japanese | |
| 四半期報告書-第20期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | |
| 四半期報告書-第20期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7609774 | 四半期報告書-第21期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-12 | Japanese | ||
| 7611735 | 内部統制報告書-第20期(令和3年1月1日-令和3年12月31日) | 2022-03-31 | Japanese | ||
| 7611733 | 確認書 | 2022-03-31 | Japanese | ||
| 7611722 | 有価証券報告書-第20期(令和3年1月1日-令和3年12月31日) | 2022-03-31 | Japanese | ||
|
2021
6 filings
| |||||
| 7623642 | 四半期報告書-第20期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | ||
| 7627830 | 四半期報告書-第20期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | ||
| 7672292 | 四半期報告書-第20期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-12 | Japanese | ||
| 7673178 | 内部統制報告書-第19期(令和2年1月1日-令和2年12月31日) | 2021-03-31 | Japanese | ||
| 7673175 | 確認書 | 2021-03-31 | Japanese | ||
| 7673177 | 有価証券報告書-第19期(令和2年1月1日-令和2年12月31日) | 2021-03-31 | Japanese | ||
|
2020
4 filings
| |||||
| 7681636 | 四半期報告書-第19期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-11 | Japanese | ||
| 7685941 | 四半期報告書-第19期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | ||
| 7691096 | 四半期報告書-第19期第1四半期(令和2年1月1日-令和2年3月31日) | 2020-05-12 | Japanese | ||
| 7691596 | 有価証券報告書-第18期(平成31年1月1日-令和1年12月31日) | 2020-03-30 | Japanese | ||
|
2019
1 filing
| |||||
| 7697059 | 四半期報告書-第18期第3四半期(2019/07/01-2019/09/30) | 2019-11-12 | Japanese | ||
Market data
Market data not available
Last price
Market cap
volume
Day range
today
52-week range
trailing
Price history
Peer group · Weaving of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ahmad Hassan Textile Mills Limited
Manufactures and sells textile products, including premium …
|
AHTM | PK | Manufacturing |
|
Al-Azhar Textile Mills Limited
Textile manufacturer producing, supplying, and exporting ap…
|
AZTM | PK | Manufacturing |
|
Argo Pantes Tbk
Integrated textile manufacturer and provider of industrial …
|
ARGO | ID | Manufacturing |
|
ARSAN TEKSTİL TİCARET VE SANAYİ A.Ş.
Integrated textile manufacturer of yarns, and woven and kni…
|
ARSAN | TR | Manufacturing |
|
Artistic Denim Mills Limited
Vertically integrated manufacturer of sustainable denim fab…
|
ADMM | PK | Manufacturing |
|
Aruj Industries Limited
Manufactures and exports textile products, including woven …
|
ARUJ | PK | Manufacturing |
|
Arvind Ltd.
Vertically integrated textile manufacturer and a leading gl…
|
ARVIND | IN | Manufacturing |
|
Ashfaq Textile Mills Limited
Manufactures and sells textile goods, primarily quality wov…
|
ASHT | PK | Manufacturing |
|
Ashima Ltd
Integrated manufacturer of denim, cotton shirting fabrics, …
|
ASHIMASYN | IN | Manufacturing |
|
AZTECH WB CO. LTD
Manufacturer of sustainable textiles, including woolen and …
|
032080 | KR | Manufacturing |
Toabo 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/11149/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11149 | 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=11149 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
Full reference: API reference · OpenAPI schema
cURL
$ curl https://api.financialreports.eu/api/filings/?company=11149 \ -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": 11149}, 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 Toabo Corporation (id: 11149)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.
We will notify you once the filing is added.
Report sent
Thank you. We will check the data and update it shortly.