East Money Information Co., Ltd. — Investor Relations & Filings
East Money Information Co., Ltd. is a provider of financial information and internet-based financial services. The company operates a comprehensive ecosystem centered on its flagship portal, Eastmoney.com, which offers real-time market data, financial news, and investment research. Its core business segments include fund distribution through the Tiantian Fund platform and securities brokerage services via East Money Securities. The company also provides institutional-grade financial data services through its Choice terminal. By integrating financial media, community interaction, and transaction capabilities, the company serves a vast user base of individual and institutional investors, facilitating wealth management and investment decision-making through a data-driven digital platform.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东方财富信息股份有限公司2025年度权益分派实施公告 | 2026-04-14 | Chinese | |
| 东方财富信息股份有限公司2025年度可持续发展报告 | 2026-03-19 | Chinese | |
| 东方财富信息股份有限公司2026年度日常关联交易预计公告 | 2026-03-19 | Chinese | |
| 东方财富信息股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-19 | Chinese | |
| 东方财富信息股份有限公司董事会关于独立董事独立性自查情况的专项意见 | 2026-03-19 | Chinese | |
| 2025年年度报告 | 2026-03-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34864944 | 东方财富信息股份有限公司2025年度权益分派实施公告 | 2026-04-14 | Chinese | ||
| 35559265 | 东方财富信息股份有限公司2025年度可持续发展报告 | 2026-03-19 | Chinese | ||
| 35559263 | 东方财富信息股份有限公司2026年度日常关联交易预计公告 | 2026-03-19 | Chinese | ||
| 35559257 | 东方财富信息股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-19 | Chinese | ||
| 35559255 | 东方财富信息股份有限公司董事会关于独立董事独立性自查情况的专项意见 | 2026-03-19 | Chinese | ||
| 35559254 | 2025年年度报告 | 2026-03-19 | Chinese | ||
| 35559251 | 东方财富信息股份有限公司2025年度董事会工作报告 | 2026-03-19 | Chinese | ||
| 35559246 | 东方财富信息股份有限公司关于拟续聘会计师事务所的公告 | 2026-03-19 | Chinese | ||
| 35559245 | 东方财富信息股份有限公司内部控制审计报告 | 2026-03-19 | Chinese | ||
| 35559238 | 东方财富信息股份有限公司2025年度内部控制自我评价报告 | 2026-03-19 | Chinese | ||
| 35559235 | 关于“质量回报双提升”行动方案的进展公告 | 2026-03-19 | Chinese | ||
| 35559233 | 东方财富信息股份有限公司第七届董事会第二次会议决议公告 | 2026-03-19 | Chinese | ||
| 35559231 | 东方财富信息股份有限公司2025年度利润分配预案 | 2026-03-19 | Chinese | ||
| 35559230 | 东方财富信息股份有限公司2025年度独立董事述职报告(朱振梅) | 2026-03-19 | Chinese | ||
| 35559218 | 东方财富信息股份有限公司第七届董事会独立董事专门会议第一次会议决议公告 | 2026-03-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Security and commodity contracts brokerage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
5paisa Capital Limited
Digital platform for discount brokerage, mutual funds, and …
|
5PAISA | IN | Financial and insurance activit… |
|
Aditya Birla Money Ltd
Offers broking, distribution, and investment services acros…
|
BIRLAMONEY | IN | Financial and insurance activit… |
|
Ajcon Global Services Ltd.
Provides stock broking, investment banking, and corporate a…
|
511692 | IN | Financial and insurance activit… |
|
Alacrity Securities Limited
Offers brokerage, investment advisory, and trading for reta…
|
535916 | IN | Financial and insurance activit… |
|
ALNUS YATIRIM MENKUL DEĞERLER A.Ş.
A financial brokerage firm offering stocks, futures, Forex,…
|
ALNUS | TR | Financial and insurance activit… |
|
Amrapali Capital and Finance Services Limited
Offers brokerage, investment banking, wealth management, an…
|
536737 | IN | Financial and insurance activit… |
|
ANAND RATHI SHARE AND STOCK BROKERS LIMITED
Offers research-driven financial advisory, trading services…
|
ARSSBL | IN | Financial and insurance activit… |
|
ANGEL ONE LIMITED
Technology-driven provider of digital stockbroking and weal…
|
ANGELONE | IN | Financial and insurance activit… |
|
Arihant Capital Markets Ltd.
Provides stock broking, wealth management, and investment b…
|
ARIHANTCAP | IN | Financial and insurance activit… |
|
Aryan Share & Stock Brokers Ltd.
Provides securities brokerage, investment management, and t…
|
542176 | IN | Financial and insurance activit… |
East Money Information 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/55081/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55081 | 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=55081 | 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=55081 \ -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": 55081}, 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 East Money Information Co., Ltd. (id: 55081)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.