
AIC — Investor Relations & Filings
Associated Industries China, Inc., operating under the global brand AG Neovo, specializes in the design and distribution of professional display devices and integrated visual solutions. The company provides a comprehensive portfolio of high-performance LCD monitors, touch screens, and digital signage systems engineered for reliability in demanding environments. Its solutions are specifically developed for sectors such as security, healthcare, and commercial surveillance, where predictable signal behavior and 24/7 operational stability are critical. AG Neovo distinguishes its products through professional-grade hardware and specialized software ecosystems. With a distribution network spanning Europe, Asia, and North America, the company focuses on delivering durable visual technology that meets the rigorous requirements of professional users while also serving the consumer market with high-quality display hardware.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年第4季財務報告書 — 202504_9912_AIC.pdf | 2026-05-22 | English | |
| 114年第4季財務報告書 — 202504_9912_AIA.pdf | 2026-05-22 | English | |
| 114年第4季財務報告書 — 202504_9912_AI3.pdf | 2026-05-22 | Chinese | |
| 114年第4季財務報告書 — 202503_9912_AIA.pdf | 2026-05-22 | English | |
| 114年第4季財務報告書 — 202502_9912_AIA.pdf | 2026-05-22 | English | |
| 114年第4季財務報告書 — 202502_9912_AI1.pdf | 2026-05-22 | Chinese |
Browse filings by year
1 yearMarket data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Turtle Beach Corp
A leading provider of gaming accessories like headsets, con…
|
TBCH | US | Manufacturing |
|
TVS Electronics Ltd.
Provides IT peripherals, POS solutions, and electronic manu…
|
TVSELECT | IN | Manufacturing |
|
Twinhead
Developer and manufacturer of rugged computing solutions fo…
|
2364 | TW | Manufacturing |
|
UBIQCONN TECHNOLOGY, INC.
Develops and manufactures satellite application solutions a…
|
6928 | TW | Manufacturing |
|
Ugreen Group Limited
Global provider of digital hardware, charging solutions, an…
|
301606 | CN | Manufacturing |
|
UIC
Global provider of secure payment hardware, software, and t…
|
2482 | TW | Manufacturing |
|
UNEEC
Global OEM/ODM manufacturer of server chassis, AI infrastru…
|
3013 | TW | Manufacturing |
|
Unitech elec.
Global provider of AIDC solutions, industrial mobile comput…
|
3652 | TW | Manufacturing |
|
UROVO TECHNOLOGY CO., LTD.
Manufacturer of mobile data terminals, smart payment device…
|
300531 | CN | Manufacturing |
|
Virtuix Holdings Inc.
Develops omni-directional VR treadmills for physical moveme…
|
VTIX | US | Manufacturing |
AIC 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/52781/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52781 | 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=52781 | 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=52781 \ -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": 52781}, 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 AIC (id: 52781)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.