
APPLE INTERNATIONALCO.,LTD. — Investor Relations & Filings
Apple International Co., Ltd., established in 1996, is an automobile exporter specializing in used vehicles and related auto parts. The company engages in the buying and selling of pre-owned cars for both domestic and international markets, with a significant focus on customers in South-Eastern Asia. In addition to its core export business, the company is involved in the franchise operations of used car purchasing and sales. It is part of the Apple Group, which includes Apple Auto Network, a large automobile purchase and sale franchise chain with over 240 centers. This affiliation provides access to a substantial inventory, with the group supplying more than 80,000 vehicles to auto auctions annually.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第28期第3四半期(令和4年7月1日-令和4年9月30日) | 2022-11-11 | Japanese | |
| 確認書 | 2022-08-12 | Japanese | |
| 四半期報告書-第28期第2四半期(令和4年4月1日-令和4年6月30日) | 2022-08-12 | Japanese | |
| 四半期報告書-第28期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | |
| 内部統制報告書-第27期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese | |
| 有価証券報告書-第27期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
7 filings
| |||||
| 7584855 | 四半期報告書-第28期第3四半期(令和4年7月1日-令和4年9月30日) | 2022-11-11 | Japanese | ||
| 7591607 | 確認書 | 2022-08-12 | Japanese | ||
| 7591576 | 四半期報告書-第28期第2四半期(令和4年4月1日-令和4年6月30日) | 2022-08-12 | Japanese | ||
| 7609152 | 四半期報告書-第28期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | ||
| 7613304 | 内部統制報告書-第27期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese | ||
| 7613308 | 有価証券報告書-第27期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese | ||
| 7613303 | 確認書 | 2022-03-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7622994 | 四半期報告書-第27期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7626900 | 四半期報告書-第27期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | ||
| 7671896 | 四半期報告書-第27期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7673788 | 確認書 | 2021-03-29 | Japanese | ||
| 7673785 | 内部統制報告書-第26期(令和2年1月1日-令和2年12月31日) | 2021-03-29 | Japanese | ||
| 7673787 | 有価証券報告書-第26期(令和2年1月1日-令和2年12月31日) | 2021-03-29 | Japanese | ||
|
2020
2 filings
| |||||
| 7680608 | 四半期報告書-第26期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683388 | 訂正有価証券報告書-第25期(平成31年1月1日-令和1年12月31日) | 2020-10-01 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACV Auctions Inc.
Operates a digital marketplace for wholesale vehicle transa…
|
ACVA | US | Wholesale and retail trade |
|
AUTO1 Group SE
Operates a digital automotive platform for the European use…
|
AG1 | DE | Wholesale and retail trade |
|
Auto Hrvatska d.d. Zagreb
Sells and services a wide range of vehicles, parts, and equ…
|
AUHR | HR | Wholesale and retail trade |
|
AutoWallis Plc
An integrated mobility provider for automotive wholesale, r…
|
AUTOW | HU | Wholesale and retail trade |
|
BANNERS CO.,LTD.
A diversified company in real estate, auto sales, and music…
|
3011 | JP | Wholesale and retail trade |
|
BERMAZ AUTO BERHAD
Distributes, retails, and services motor vehicles, includin…
|
— | MY | Wholesale and retail trade |
|
British Automotive Holding S.A.
A holding company for the import, distribution, and sale of…
|
BAH | PL | Wholesale and retail trade |
|
Carasso Motors Ltd.
An importer and distributor of vehicles and heavy machinery…
|
CRSM | IL | Wholesale and retail trade |
|
Castro S.A.
Distributes Volkswagen commercial vehicles and Volksbus cha…
|
— | AR | Wholesale and retail trade |
|
ÇELİK MOTOR TİCARET A.Ş.
Automotive firm in vehicle distribution, rental services, a…
|
CLKMT | TR | Wholesale and retail trade |
APPLE INTERNATIONALCO.,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/12495/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12495 | 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=12495 | 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=12495 \ -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": 12495}, 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 APPLE INTERNATIONALCO.,LTD. (id: 12495)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.