
Focus Media Information Technology Co.,Ltd — Investor Relations & Filings
Focus Media Information Technology Co., Ltd. is a digital marketing and out-of-home advertising firm specializing in lifestyle media networks. The company primarily operates through elevator media and cinema media platforms, deploying digital screens and poster frames in office buildings, residential complexes, and commercial centers. Its business model focuses on capturing the attention of urban consumers in high-traffic, confined environments during daily routines. The cinema media division provides pre-show advertising across an extensive theater network. By integrating smart technology and data-driven placement strategies, the company offers advertisers high-frequency exposure to affluent demographics. Its infrastructure spans a vast network of digital terminals, serving as a primary channel for brand communication and consumer engagement across numerous urban markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内幕信息知情人登记管理制度(修订草案) | 2021-11-04 | Chinese | |
| 分众传媒信息技术股份有限公司章程(修订草案) | 2021-11-04 | Chinese | |
| 对外担保管理制度(修订草案) | 2021-11-04 | Chinese | |
| 董事会秘书工作制度(修订草案) | 2021-11-04 | Chinese | |
| 董事、监事和高级管理人员所持本公司股份及其变动管理制度(修订草案) | 2021-11-04 | Chinese | |
| 公司独立董事提名人声明(殷可) | 2021-11-04 | Chinese |
Browse filings by year
23 years- 2026 52 filings
- 2025 237 filings
- 2024 63 filings
- 2023 94 filings
- 2022 83 filings
- 2021 123 filings
- 2020 92 filings
- 2019 105 filings
- 2018 102 filings
- 2017 134 filings
- 2016 173 filings
- 2015 226 filings
- 2014 82 filings
- 2013 100 filings
- 2012 99 filings
- 2011 80 filings
- 2010 64 filings
- 2009 53 filings
- 2008 56 filings
- 2007 63 filings
- 2006 49 filings
- 2005 66 filings
- 2004 22 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 44382886 | 内幕信息知情人登记管理制度(修订草案) | 2021-11-04 | Chinese | ||
| 44382874 | 分众传媒信息技术股份有限公司章程(修订草案) | 2021-11-04 | Chinese | ||
| 44382853 | 对外担保管理制度(修订草案) | 2021-11-04 | Chinese | ||
| 44382841 | 董事会秘书工作制度(修订草案) | 2021-11-04 | Chinese | ||
| 44382827 | 董事、监事和高级管理人员所持本公司股份及其变动管理制度(修订草案) | 2021-11-04 | Chinese | ||
| 44382813 | 公司独立董事提名人声明(殷可) | 2021-11-04 | Chinese | ||
| 44382800 | 公司关于修订H股发行后适用的公司章程的公告 | 2021-11-04 | Chinese | ||
| 44382775 | 公司第七届董事会第十五次会议决议公告 | 2021-11-04 | Chinese | ||
| 44382762 | 公司第七届监事会第十四次会议决议公告 | 2021-11-04 | Chinese | ||
| 44382752 | 总裁工作细则(修订草案) | 2021-11-04 | Chinese | ||
| 44382736 | 薪酬与考核委员会工作细则(修订草案) | 2021-11-04 | Chinese | ||
| 44382724 | 审计委员会工作细则(修订草案) | 2021-11-04 | Chinese | ||
| 44382714 | 监事会议事规则(修订草案) | 2021-11-04 | Chinese | ||
| 44382701 | 公司独立董事候选人声明(张光华) | 2021-11-04 | Chinese | ||
| 44382691 | 公司关于董事会换届选举的公告 | 2021-11-04 | 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… |
Focus Media Information Technology 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/54090/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54090 | 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=54090 | 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=54090 \ -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": 54090}, 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 Focus Media Information Technology Co.,Ltd (id: 54090)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.