Eastern Media International Corporation — Investor Relations & Filings
Eastern Media International Corporation (EMI) is a diversified conglomerate that has transitioned from its historical roots in port warehousing and shipping into a multi-sector enterprise. The company operates across several core domains, including shipping agency services, multimedia production, digital media, and retail. EMI maintains a prominent position in the digital landscape through its subsidiary ETtoday, a major social and news media platform. Its business portfolio further extends into the hospitality sector, real estate development, and international logistics. A key strategic initiative includes the development of the Eastern Media Park, designed as an integrated media and commercial hub. By synthesizing its expertise in logistics, media, and retail, EMI focuses on creating cross-industry value chains that serve consumer markets through e-commerce, leisure tourism, and comprehensive digital services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代重要子公司東森新媒體控股(股)公司公告114年度虧損撥補 | 2026-03-10 | Chinese | |
| 代重要子公司東森寵物雲(股)公司公告董事會決議召開 115年股東常會事宜 | 2026-03-09 | Chinese | |
| 代本公司之重要子公司東森寵物雲(股)公司公告主辦會計 任命案 | 2026-03-09 | Chinese | |
| 代重要子公司東森寵物雲(股)公司公告114年度累積虧損達 實收資本額二分之一 | 2026-03-09 | Chinese | |
| 代重要子公司東森寵物雲(股)公司公告114年度虧損撥補 | 2026-03-09 | Chinese | |
| 115年2月營業收入 | 2026-03-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 33989975 | 代重要子公司東森新媒體控股(股)公司公告114年度虧損撥補 | 2026-03-10 | Chinese | ||
| 33989979 | 代重要子公司東森寵物雲(股)公司公告董事會決議召開 115年股東常會事宜 | 2026-03-09 | Chinese | ||
| 33989982 | 代本公司之重要子公司東森寵物雲(股)公司公告主辦會計 任命案 | 2026-03-09 | Chinese | ||
| 33989986 | 代重要子公司東森寵物雲(股)公司公告114年度累積虧損達 實收資本額二分之一 | 2026-03-09 | Chinese | ||
| 33989990 | 代重要子公司東森寵物雲(股)公司公告114年度虧損撥補 | 2026-03-09 | Chinese | ||
| 33989999 | 115年2月營業收入 | 2026-03-09 | Chinese | ||
| 33989995 | 115年2月背書保證與資金貸與 | 2026-03-09 | Chinese | ||
| 33990008 | 115年02月董事會成員及持股 | 2026-03-09 | Chinese | ||
| 33990004 | 115年02月內部人持股異動(事後) | 2026-03-09 | Chinese | ||
| 33990014 | 代重要子公司東林資產(股)公司公告召開115年股東常會事宜 | 2026-03-05 | Chinese | ||
| 33990017 | 代重要子公司東林資產(股)公司公告114年度虧損撥補 | 2026-03-05 | Chinese | ||
| 33990021 | 代本公司之重要子公司東林資產(股)公司公告 主辦會計人員任命案 | 2026-03-05 | Chinese | ||
| 33990027 | 代子公司東森國際租賃股份有限公司公告新增資金貸與金額 達最近期財務報表淨值百分之二以上 | 2026-03-05 | Chinese | ||
| 33990030 | 公告本公司董事會決議召開115年股東常會 | 2026-03-04 | Chinese | ||
| 33990033 | 公告本公司及其子公司背書保證金額達 『公開發行公司資金貸與及背書保證處理準則』 第二十五條之規定。 | 2026-03-04 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Social network sites and other content distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
36Kr Holdings Inc.
A platform serving New Economy participants with content an…
|
KRKR | US | Publishing, broadcasting, and c… |
|
AGORA S.A.
A diversified multimedia and entertainment company active i…
|
AGO | PL | Publishing, broadcasting, and c… |
|
AUMOVIO SE
Global developer of hardware, software, and integrated solu…
|
AMV0 | DE | Publishing, broadcasting, and c… |
|
B.A.G. Convergence Limited
Integrates multimedia content with digital distribution for…
|
BAGDIGITAL | IN | Publishing, broadcasting, and c… |
|
Bilibili Inc.
Online entertainment platform with a video community, games…
|
BILI | US | Publishing, broadcasting, and c… |
|
Bilibili, Inc.
Leading online video community and digital content platform…
|
9626 | KY | Publishing, broadcasting, and c… |
|
BUCKET STUDIO Co.,Ltd.
Media company specializing in content production, distribut…
|
066410 | KR | Publishing, broadcasting, and c… |
|
CANNABIS.DE MEDIA AG
A non-operative blank check company seeking a merger in the…
|
9DD | DE | Publishing, broadcasting, and c… |
|
Cda Spolka Akcyjna
A video-on-demand platform with user-uploaded content and a…
|
CDA | PL | Publishing, broadcasting, and c… |
|
CERES INC.
Internet marketing company specializing in smartphone media…
|
3696 | JP | Publishing, broadcasting, and c… |
Eastern Media International Corporation 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/52168/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52168 | 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=52168 | 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=52168 \ -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": 52168}, 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 Eastern Media International Corporation (id: 52168)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.