
MERCURIES — Investor Relations & Filings
Mercuries & Associates Holding, Ltd. is a diversified investment holding company managing a portfolio across financial services, retail, food and beverage, and information technology. The company’s primary operations are led by its life insurance division, which serves as its largest revenue contributor. Its retail and consumer goods segment operates general merchandise stores, supermarkets, and specialty footwear chains. In the food and beverage sector, the group manages various restaurant brands and food distribution services. Furthermore, the company maintains interests in information technology solutions, pharmaceutical manufacturing, and home furnishings. Mercuries & Associates focuses on a multi-sector integration strategy to provide comprehensive consumer services, leveraging professional management teams to drive value across its diverse business units.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代子公司三商休閒產業股份有限公司公告股東會重要決議 | 2026-05-26 | Chinese | |
| 115年年報及股東會資料 — 2026_2905_20260618FE2.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_2905_20260618F13.pdf | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_2905_20260618F02.pdf | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_2905_20260618FE1.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_2905_20260618F01.pdf | 2026-05-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47052039 | 代子公司三商休閒產業股份有限公司公告股東會重要決議 | 2026-05-26 | Chinese | ||
| 46382925 | 115年年報及股東會資料 — 2026_2905_20260618FE2.pdf | 2026-05-18 | English | ||
| 46382924 | 115年年報及股東會資料 — 2026_2905_20260618F13.pdf | 2026-05-18 | Chinese | ||
| 46382923 | 115年年報及股東會資料 — 2026_2905_20260618F02.pdf | 2026-05-18 | Chinese | ||
| 46382901 | 115年年報及股東會資料 — 2026_2905_20260618FE1.pdf | 2026-05-18 | English | ||
| 46382890 | 115年年報及股東會資料 — 2026_2905_20260618F01.pdf | 2026-05-18 | Chinese | ||
| 47211215 | 代子公司三商食品(股)公司公告採權益法評價之被投資公司 三商美邦人壽,首次適用國際財務報導準則第17號「保險合約」 ,對子公司三商食品股東權益之影響 | 2026-05-15 | Chinese | ||
| 47211255 | 代子公司三商行(股)公司公告採權益法評價之被投資公司 三商美邦人壽,首次適用國際財務報導準則第17號「保險合約」 ,對子公司三商行股東權益之影響 | 2026-05-15 | Chinese | ||
| 47263367 | 115年第1季財務報告書 — 202601_2905_AI1.pdf | 2026-05-15 | Chinese | ||
| 47212903 | 115年第1季權益變動表 | 2026-05-15 | Chinese | ||
| 47212654 | 115年第1季現金流量表 | 2026-05-15 | Chinese | ||
| 47212586 | 115年第1季綜合損益表 | 2026-05-15 | Chinese | ||
| 47212353 | 115年第1季資產負債表 | 2026-05-15 | Chinese | ||
| 47213202 | 公告本公司董事會決議通過115年第一季合併財務報告 | 2026-05-15 | Chinese | ||
| 47213264 | 115年4月背書保證與資金貸與 | 2026-05-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bengal & Assam Company Limited
Principal holding entity for JK Group with investments in a…
|
BENGALASM | IN | Financial and insurance activit… |
|
Berliner Effektengesellschaft AG
A financial holding company providing capital market, broke…
|
BFV | DE | Financial and insurance activit… |
|
BETAPART PARTICIPAÇÕES SA
Investment firm focused on equity interests and real estate…
|
— | BR | Financial and insurance activit… |
|
Bewi Invest AS
An active owner of a portfolio in industry, real estate, se…
|
BEWI | NO | Financial and insurance activit… |
|
BF Investment Limited
Manages strategic equity investments in automotive, special…
|
BFINVEST | IN | Financial and insurance activit… |
|
B.Gaon Holdings Ltd.
Investment holding company focused on infrastructure, indus…
|
GAON-M | IL | Financial and insurance activit… |
|
B Hodl PLC
Manages a corporate Bitcoin treasury and provides related B…
|
HODL | IM | Financial and insurance activit… |
|
BİLİCİ YATIRIM SANAYİ VE TİCARET A.Ş.
A diversified investment holding company operating in texti…
|
BLCYT | TR | Financial and insurance activit… |
|
BINA DARULAMAN BERHAD
Investment holding company in property, construction, quarr…
|
— | MY | Financial and insurance activit… |
|
Binah Capital Group, Inc.
A financial services holding company that acquires and mana…
|
BCG | US | Financial and insurance activit… |
MERCURIES 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/52227/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52227 | 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=52227 | 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=52227 \ -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": 52227}, 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 MERCURIES (id: 52227)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.