
ArtGreen Co.,Ltd — Investor Relations & Filings
ArtGreen Co., Ltd. is a company specializing in the business-to-business (B2B) flower industry, offering comprehensive solutions across the supply chain. The company's core activity is the wholesale of Phalaenopsis orchids, primarily for the corporate gift market. A key proprietary product is the 'Kesho-ran' (Decorative Orchid), a patented offering that features custom designs on the flower petals. ArtGreen operates an integrated model that includes the import and sale of seeds and seedlings, nursery support services for growers, and the supply of cut flowers to the funeral industry. The company also provides artificial plants for commercial environments and operates sustainability-focused services for the collection and recycling of used plants and materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第32期(2022/11/01-2023/10/31) | 2024-01-29 | Japanese | |
| 確認書 | 2023-09-14 | Japanese | |
| 四半期報告書-第32期第3四半期(2023/05/01-2023/07/31) | 2023-09-14 | Japanese | |
| 確認書 | 2023-06-14 | Japanese | |
| 四半期報告書-第32期第2四半期(2023/02/01-2023/04/30) | 2023-06-14 | Japanese | |
| 訂正四半期報告書-第31期第2四半期(2022/02/01-2022/04/30) | 2023-06-13 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
1 filing
| |||||
| 7359696 | 有価証券報告書-第32期(2022/11/01-2023/10/31) | 2024-01-29 | Japanese | ||
|
2023
10 filings
| |||||
| 7544488 | 確認書 | 2023-09-14 | Japanese | ||
| 7544485 | 四半期報告書-第32期第3四半期(2023/05/01-2023/07/31) | 2023-09-14 | Japanese | ||
| 7565842 | 確認書 | 2023-06-14 | Japanese | ||
| 7565843 | 四半期報告書-第32期第2四半期(2023/02/01-2023/04/30) | 2023-06-14 | Japanese | ||
| 7566130 | 訂正四半期報告書-第31期第2四半期(2022/02/01-2022/04/30) | 2023-06-13 | Japanese | ||
| 7572041 | 確認書 | 2023-03-15 | Japanese | ||
| 7572043 | 四半期報告書-第32期第1四半期(2022/11/01-2023/01/31) | 2023-03-15 | Japanese | ||
| 7578580 | 内部統制報告書-第31期(2021/11/01-2022/10/31) | 2023-01-30 | Japanese | ||
| 7578575 | 確認書 | 2023-01-30 | Japanese | ||
| 7578578 | 有価証券報告書-第31期(2021/11/01-2022/10/31) | 2023-01-30 | Japanese | ||
|
2022
4 filings
| |||||
| 7589613 | 確認書 | 2022-09-12 | Japanese | ||
| 7589614 | 四半期報告書-第31期第3四半期(令和4年5月1日-令和4年7月31日) | 2022-09-12 | Japanese | ||
| 7605209 | 四半期報告書-第31期第2四半期(令和4年2月1日-令和4年4月30日) | 2022-06-14 | Japanese | ||
| 7614793 | 四半期報告書-第31期第1四半期(令和3年11月1日-令和4年1月31日) | 2022-03-15 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Growing of other perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China Hainan Rubber Industry Group Co., Ltd.
Cultivates, processes, and distributes natural rubber and l…
|
601118 | CN | Agriculture, forestry and fishi… |
|
Cochin Malabar Estates & Indus. Ltd
Cultivates and processes rubber and tea while managing land…
|
508571 | IN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Đồng Phú
Cultivates, produces, processes natural rubber, manufacture…
|
DPR | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Hòa Bình
Cultivates rubber, coffee, cashew; processes rubber latex; …
|
HRC | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Phước Hòa
Specializes in natural rubber cultivation, exploitation, pr…
|
PHR | VN | Agriculture, forestry and fishi… |
|
Công ty Cổ phần Cao su Tây Ninh
Specializes in the cultivation, processing, and trading of …
|
TRC | VN | Agriculture, forestry and fishi… |
|
HALCYON AGRI CORPORATION LIMITED
Global leader in natural rubber, integrating plantations, p…
|
5VJ | SG | Agriculture, forestry and fishi… |
|
KONFRUT TARIM A.Ş.
A digital agricultural supply chain company for fruits and …
|
KNFRT | TR | Agriculture, forestry and fishi… |
|
Socfinasia
Holding company managing a portfolio of oil palm and rubber…
|
SCFNS | LU | Agriculture, forestry and fishi… |
|
SocFin Caoutchoucs
Manages tropical oil palm and rubber plantations in Africa …
|
SOFIN | LU | Agriculture, forestry and fishi… |
ArtGreen 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/13910/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13910 | 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=13910 | 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=13910 \ -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": 13910}, 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 ArtGreen Co.,Ltd (id: 13910)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.