
Chailease — Investor Relations & Filings
Chailease Holding Company Limited provides comprehensive leasing and financing solutions designed to support the operational requirements of small and medium enterprises (SMEs). The company facilitates equipment financing, allowing businesses to obtain usage rights for depreciable fixed assets to preserve working capital and optimize financial structures. Its service suite encompasses international factoring, installment sales, ship and aircraft leasing, and financial consulting. Additionally, the firm engages in real estate development and property management services. The company serves a broad range of clients, including high-tech firms and listed entities, by offering specialized financial products that address specific capital investment and liquidity needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代子公司中租迪和(股)公司公告其依2021年金融資產證券化信託契約 清算買回剩餘債權。 | 2026-05-21 | Chinese | |
| 115年05月僑外投資持股 | 2026-05-21 | Chinese | |
| 代子公司中租迪和股份有限公司公告董事會決議 盈餘轉增資新台幣1,400,000,000元,發行新股140,000,000股 | 2026-05-19 | Chinese | |
| 代重要子公司中租迪和(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese | |
| 代重要子公司合迪(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese | |
| 代重要子公司仲信資融(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46720408 | 代子公司中租迪和(股)公司公告其依2021年金融資產證券化信託契約 清算買回剩餘債權。 | 2026-05-21 | Chinese | ||
| 46726986 | 115年05月僑外投資持股 | 2026-05-21 | Chinese | ||
| 46527983 | 代子公司中租迪和股份有限公司公告董事會決議 盈餘轉增資新台幣1,400,000,000元,發行新股140,000,000股 | 2026-05-19 | Chinese | ||
| 46527985 | 代重要子公司中租迪和(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese | ||
| 46527987 | 代重要子公司合迪(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese | ||
| 46528404 | 代重要子公司仲信資融(股)公司公告其董事會代行股東會之 重要決議事項 | 2026-05-19 | Chinese | ||
| 46372374 | 115年第1季海外子公司投資 | 2026-05-14 | Chinese | ||
| 46372182 | 115年第1季大陸投資 | 2026-05-14 | Chinese | ||
| 46248369 | 115年第1季財務報告書 — 202601_5871_AI1.pdf | 2026-05-13 | Chinese | ||
| 46366515 | 115年第1季權益變動表 | 2026-05-13 | Chinese | ||
| 46366331 | 115年第1季現金流量表 | 2026-05-13 | Chinese | ||
| 46366028 | 115年第1季綜合損益表 | 2026-05-13 | Chinese | ||
| 46363887 | 115年第1季資產負債表 | 2026-05-13 | Chinese | ||
| 46367397 | 本公司民國115年度第一季合併財務報告業經董事會決議通過 | 2026-05-13 | Chinese | ||
| 46367628 | 更正本公司出售關係人子公司股權公告資料 | 2026-05-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Financial leasing activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abhinav Leasing & Finance Limited
Provides leasing, hire purchase, and trade finance for asse…
|
538952 | IN | Financial and insurance activit… |
|
AIR LEASE CORP
Purchases, leases, and sells new commercial jet aircraft to…
|
AL | US | Financial and insurance activit… |
|
AK FİNANSAL KİRALAMA A.Ş.
Financial leasing company providing solutions for corporate…
|
AKFK | TR | Financial and insurance activit… |
|
Albis Leasing AG
Provider of leasing and financing solutions for capital goo…
|
ALG | DE | Financial and insurance activit… |
|
Alliance International Education Leasing Holdings Limited
Provides comprehensive finance leasing and advisory service…
|
1563 | HK | Financial and insurance activit… |
|
ALTERNATİF FİNANSAL KİRALAMA A.Ş.
Financial leasing company providing mid- to long-term finan…
|
ALFIN | TR | Financial and insurance activit… |
|
Amedeo Air Four Plus Limited
A specialist fund that acquires, leases, and sells wide-bod…
|
AA4 | GG | Financial and insurance activit… |
|
AmeriTrust Financial Technologies Inc.
FinTech provider of cloud-based transaction platforms for t…
|
AMT | CA | Financial and insurance activit… |
|
Apoorva Leasing Finance & Investment Company Limited
NBFC providing leasing, hire purchase, and credit solutions…
|
539545 | IN | Financial and insurance activit… |
|
Arco Leasing Ltd.
Provides leasing and hire purchase for industrial machinery…
|
511038 | IN | Financial and insurance activit… |
Chailease 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/52493/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52493 | 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=52493 | 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=52493 \ -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": 52493}, 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 Chailease (id: 52493)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.