Simei Media Co.,Ltd. — Investor Relations & Filings
Simei Media Co., Ltd. provides integrated marketing services, specializing in brand management, media planning, and digital advertising. The company operates across the full marketing value chain, offering solutions in television advertising, outdoor media, and internet-based promotional strategies. Its core activities include media procurement, creative design, and the production of branded content such as television programs and films. By utilizing data-driven analytics and a broad network of media resources, the company develops comprehensive communication strategies for diverse clients. Services extend to performance monitoring and marketing optimization, aiming to enhance brand visibility and consumer engagement through multi-channel execution.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 思美传媒股份有限公司第六届董事会第三十一次会议决议公告 | 2026-04-14 | Chinese | |
| 思美传媒股份有限公司关于就收购控股子公司剩余股权业绩承诺履行相关情况签署补充协议的公告 | 2026-04-14 | Chinese | |
| 思美传媒股份有限公司关于为子公司提供担保的进展公告 | 2026-03-31 | Chinese | |
| 思美传媒股份有限公司关于董事会换届延期的公告 | 2026-03-24 | Chinese | |
| 思美传媒股份有限公司关于选举第六届董事会职工代表董事的公告 | 2026-02-03 | Chinese | |
| 思美传媒股份有限公司2025年年度业绩预告 | 2026-01-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 34857794 | 思美传媒股份有限公司第六届董事会第三十一次会议决议公告 | 2026-04-14 | Chinese | ||
| 34840531 | 思美传媒股份有限公司关于就收购控股子公司剩余股权业绩承诺履行相关情况签署补充协议的公告 | 2026-04-14 | Chinese | ||
| 36888577 | 思美传媒股份有限公司关于为子公司提供担保的进展公告 | 2026-03-31 | Chinese | ||
| 36888576 | 思美传媒股份有限公司关于董事会换届延期的公告 | 2026-03-24 | Chinese | ||
| 36888571 | 思美传媒股份有限公司关于选举第六届董事会职工代表董事的公告 | 2026-02-03 | Chinese | ||
| 36888565 | 思美传媒股份有限公司2025年年度业绩预告 | 2026-01-30 | Chinese | ||
|
2025
9 filings
| |||||
| 36888552 | 思美传媒股份有限公司关于董事、高级管理人员减持股份计划期限届满公告 | 2025-12-30 | Chinese | ||
| 36888549 | 浙江天册律师事务所关于思美传媒股份有限公司2025年第四次临时股东大会的法律意见书 | 2025-12-29 | Chinese | ||
| 36888548 | 思美传媒股份有限公司2025年第四次临时股东大会决议公告 | 2025-12-29 | Chinese | ||
| 36888536 | 思美传媒股份有限公司第六届董事会第三十次会议决议公告 | 2025-12-23 | Chinese | ||
| 36888535 | 思美传媒股份有限公司关于聘任公司董事会秘书的公告 | 2025-12-23 | Chinese | ||
| 36888530 | 思美传媒股份有限公司关于拟变更会计师事务所的公告 | 2025-12-12 | Chinese | ||
| 36888521 | 思美传媒股份有限公司关于修订《公司章程》及修订公司部分治理制度的公告 | 2025-12-12 | Chinese | ||
| 36888503 | 思美传媒股份有限公司董事会议事规则 | 2025-12-12 | Chinese | ||
| 36888493 | 思美传媒股份有限公司对外担保管理制度 | 2025-12-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Advertising activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acquazzurra
An advertising space sales agency operating on a corporate …
|
ACQ | IT | Professional, scientific and te… |
|
Activation Group Holdings Limited
Provides integrated marketing solutions, focusing on premiu…
|
9919 | HK | Professional, scientific and te… |
|
ADCOUNTY MEDIA INDIA LIMITED
Digital marketing and ad-tech firm specializing in performa…
|
544435 | IN | Professional, scientific and te… |
|
ADHERIS HEALTH LIMITED
Provides data-driven medication adherence and engagement so…
|
AHE | AU | Professional, scientific and te… |
|
ad pepper media International N.V.
A holding company for specialized firms in digital performa…
|
APM | NL | Professional, scientific and te… |
|
Adtiger Corporations Limited
Comprehensive online advertising platform specializing in d…
|
1163 | KY | Professional, scientific and te… |
|
Adtraction Group AB
A partner marketing platform connecting advertisers with pa…
|
ADTR | SE | Professional, scientific and te… |
|
AdUx
A digital marketing firm specializing in online advertising…
|
ALDUX | FR | Professional, scientific and te… |
|
Advantage Solutions Inc.
Provider of outsourced sales and marketing solutions for CP…
|
ADV | US | Professional, scientific and te… |
|
Adways Inc.
A digital marketing firm specializing in mobile marketing a…
|
2489 | JP | Professional, scientific and te… |
Simei Media Co.,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/54727/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54727 | 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=54727 | 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=54727 \ -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": 54727}, 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 Simei Media Co.,Ltd. (id: 54727)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.