
CIMG Inc. — Investor Relations & Filings
CIMG Inc. is a global business group focused on the digital health sector, with a strategy centered on artificial intelligence and cryptocurrency. The company's principal activities include offering advanced marketing solutions, selling computing power products, and engaging in sales development. While pivoting towards technology, the company also maintains operations in the marketing and distribution of consumer goods, particularly within the food and beverage sector, stemming from its previous identity as a coffee co-packing company.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - CIMG Inc. (0001527613) (Filer) | 2026-05-13 | English | |
| 10-Q - CIMG Inc. (0001527613) (Filer) | 2026-05-11 | English | |
| S-1 - CIMG Inc. (0001527613) (Filer) | 2026-03-26 | English | |
| 10-Q/A - CIMG Inc. (0001527613) (Filer) | 2026-03-19 | English | |
| 8-K - CIMG INC. (0001527613) (Filer) | 2026-02-27 | English | |
| 8-K - CIMG INC. (0001527613) (Filer) | 2026-02-19 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 45606632 | 8-K - CIMG Inc. (0001527613) (Filer) | 2026-05-13 | English | ||
| 44962945 | 10-Q - CIMG Inc. (0001527613) (Filer) | 2026-05-11 | English | ||
| 33049207 | S-1 - CIMG Inc. (0001527613) (Filer) | 2026-03-26 | English | ||
| 32989889 | 10-Q/A - CIMG Inc. (0001527613) (Filer) | 2026-03-19 | English | ||
| 32893389 | 8-K - CIMG INC. (0001527613) (Filer) | 2026-02-27 | English | ||
| 32893391 | 8-K - CIMG INC. (0001527613) (Filer) | 2026-02-19 | English | ||
| 32893390 | 8-K - CIMG INC. (0001527613) (Filer) | 2026-02-18 | English | ||
| 30373549 | 8-K Filing | 2026-02-17 | English | ||
| 30373692 | 10-K Filing | 2026-02-13 | English | ||
| 30373551 | 8-K Filing | 2026-01-28 | English | ||
| 12475694 | DEF 14C | 2026-01-09 | English | ||
| 12475695 | 8-K | 2026-01-07 | English | ||
|
2025
3 filings
| |||||
| 12475696 | NT 10-K | 2025-12-30 | English | ||
| 12475697 | PRE 14C | 2025-12-29 | English | ||
| 12475698 | 8-K | 2025-12-22 | English | ||
Market data
Market data not available
Price history
Peer group · Processing of coffee and tea
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sjöstrand Coffee Int AB
Sells coffee machines and sustainable, Nespresso-compatible…
|
SCC B | SE | Manufacturing |
|
Swiss Water Decaffeinated Coffee Inc.
Specialty coffee processor using a proprietary, 100% chemic…
|
SWP | CA | Manufacturing |
|
Swiss Water Decaffeintated Coffee Income Fund
Produces premium decaffeinated green coffee using a proprie…
|
SWP | CA | Manufacturing |
|
TATA CONSUMER PRODUCTS LIMITED
Global food and beverage organization specializing in tea, …
|
TATACONSUM | IN | Manufacturing |
|
Tsit Wing International Holdings Limited
Leading integrated B2B coffee and black tea solutions provi…
|
2119 | HK | Manufacturing |
|
UNICAFE INC.
Manufactures, roasts, and sells coffee, and also trades oth…
|
2597 | JP | Manufacturing |
|
VAN HOUTTE INC.
A major processor, distributor, and retailer of gourmet cof…
|
VH | CA | Manufacturing |
|
VINTAGE COFFEE AND BEVERAGES LIMITED
Produces and exports instant coffee and blends for private …
|
VINCOFE | IN | Manufacturing |
CIMG Inc. 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/34623/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34623 | 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=34623 | 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=34623 \ -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": 34623}, 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 CIMG Inc. (id: 34623)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.