
UNIVERSAL ENGEISHA CO.,LTD — Investor Relations & Filings
UNIVERSAL ENGEISHA CO.,LTD. is a horticultural company specializing in green-related services. The company's operations are structured around three primary segments: rental and maintenance, retail, and landscaping. The core rental business provides plants and flowers for a variety of commercial and public venues, including offices and hotels, along with associated maintenance services. The retail segment focuses on the sale of horticultural products, and the landscaping division provides design and construction services for creating green environments. Through these integrated services, the company aims to provide restful and enriched spaces.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第46期(平成30年7月1日-令和1年6月30日) | 2019-09-27 | Japanese | |
| 四半期報告書-第46期第3四半期(2019/01/01-2019/03/31) | 2019-05-15 | Japanese | |
| 四半期報告書-第46期第2四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | |
| 四半期報告書-第46期第1四半期(2018/07/01-2018/09/30) | 2018-11-14 | Japanese | |
| 有価証券報告書-第45期(平成29年7月1日-平成30年6月30日) | 2018-09-28 | Japanese | |
| 四半期報告書-第45期第3四半期(2018/01/01-2018/03/31) | 2018-05-15 | Japanese |
Browse filings by year
11 yearsMarket data
Market data not available
Price history
Peer group · Landscape service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BrightView Holdings, Inc.
A provider of commercial landscaping, maintenance, and snow…
|
BV | US | Administrative and support serv… |
|
China Green Broad Ecological Technology Company Limited
Specializes in integrated ecological technology, landscape …
|
1253 | HK | Administrative and support serv… |
|
Gifu landscape architect Co.,Ltd.
Designs, constructs, and maintains green landscaping and ex…
|
1438 | JP | Administrative and support serv… |
|
Green Landscaping Group
Specializes in the management and development of outdoor en…
|
GREEN | SE | Administrative and support serv… |
|
Wuhan Nusun Landscape Co., Ltd.
Provides landscape architecture, ecological engineering, an…
|
300536 | CN | Administrative and support serv… |
UNIVERSAL ENGEISHA 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/13670/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13670 | 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=13670 | 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=13670 \ -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": 13670}, 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 UNIVERSAL ENGEISHA CO.,LTD (id: 13670)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.