
蚂蚁集团 — Investor Relations & Filings
Ant Group is a technology provider dedicated to the digital transformation of the service industry. Originating from the launch of Alipay, the company has developed an integrated ecosystem that facilitates digital payments and provides access to digital financial services for consumers and small-to-medium enterprises. Its core platform supports a wide range of functionalities, including wealth management, insurance, and credit solutions, delivered in collaboration with institutional partners. Beyond financial services, the company offers advanced technological solutions in areas such as blockchain, distributed databases, and artificial intelligence. These innovations are designed to improve the efficiency of global commerce and promote financial inclusion. Ant Group focuses on leveraging data-driven insights and secure infrastructure to empower merchants and enhance the digital experience for its global user base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 首次公开发行股票并在科创板上市暂缓发行的公告 | 2020-11-05 | Chinese | |
| 首次公开发行股票并在科创板上市暂缓上市公告 | 2020-11-03 | Chinese | |
| 首次公开发行股票并在科创板上市网下初步配售结果及网上中签结果公告 | 2020-11-01 | Chinese | |
| 首次公开发行股票并在科创板上市网上发行申购情况及中签率公告 | 2020-10-29 | Chinese | |
| 首次公开发行股票并在科创板上市投资风险特别公告 | 2020-10-26 | Chinese | |
| 首次公开发行股票并在科创板上市发行公告 | 2020-10-26 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 39374152 | 首次公开发行股票并在科创板上市暂缓发行的公告 | 2020-11-05 | Chinese | ||
| 39374141 | 首次公开发行股票并在科创板上市暂缓上市公告 | 2020-11-03 | Chinese | ||
| 39374133 | 首次公开发行股票并在科创板上市网下初步配售结果及网上中签结果公告 | 2020-11-01 | Chinese | ||
| 39373987 | 首次公开发行股票并在科创板上市网上发行申购情况及中签率公告 | 2020-10-29 | Chinese | ||
| 39373963 | 首次公开发行股票并在科创板上市投资风险特别公告 | 2020-10-26 | Chinese | ||
| 39373946 | 首次公开发行股票并在科创板上市发行公告 | 2020-10-26 | Chinese | ||
| 39373942 | 关于H股全球发售的公告 | 2020-10-26 | Chinese | ||
| 39373934 | 联席主承销商关于蚂蚁科技集团股份有限公司首次公开发行股票并在科创板上市之战略投资者的专项核查报告 | 2020-10-26 | Chinese | ||
| 39373872 | 北京市海问律师事务所关于蚂蚁科技集团股份有限公司首次公开发行股票并在上海证券交易所科创板上市之战略投资者专项核查的法律意见书 | 2020-10-26 | Chinese | ||
| 39373795 | 首次公开发行股票并在科创板上市网上路演公告 | 2020-10-25 | Chinese | ||
| 39373784 | 首次公开发行股票并在科创板上市招股意向书附录(三) | 2020-10-21 | Chinese | ||
| 39373772 | 首次公开发行股票并在科创板上市发行安排及初步询价公告 | 2020-10-21 | Chinese | ||
| 39373758 | 首次公开发行股票并在科创板上市招股意向书附录(二) | 2020-10-21 | Chinese | ||
| 39371876 | 首次公开发行股票并在科创板上市招股意向书附录(一) | 2020-10-21 | Chinese | ||
| 39370760 | 首次公开发行股票并在科创板上市招股意向书 | 2020-10-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other financial service activities n.e.c., except insurance and pension funding activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Amber International Holding Ltd
Provider of institutional crypto financial services and sol…
|
AMBR | US | Financial and insurance activit… |
|
Ambromobiliare
Financial advisory firm for SMEs focused on IPOs, M&A, and …
|
AMB | IT | Financial and insurance activit… |
|
Amego Capital Corp.
Capital pool company identifying and evaluating assets to c…
|
MEGO.P | CA | Financial and insurance activit… |
|
American Exceptionalism Acquisition Corp. A
A SPAC targeting businesses in the energy, AI, DeFi, and de…
|
AEXA | US | Financial and insurance activit… |
|
AMERIPRISE FINANCIAL INC
A diversified financial services firm offering personalized…
|
AMP | US | Financial and insurance activit… |
|
Amit Securities Ltd.
Provides investment management, share trading, and financia…
|
531557 | IN | Financial and insurance activit… |
|
Amundi
A leading European asset manager managing over €2 trillion …
|
AMUN | FR | Financial and insurance activit… |
|
AMV II Capital Corporation
Capital Pool Company (CPC) identifying and acquiring target…
|
AMV.P | CA | Financial and insurance activit… |
|
Andretti Acquisition Corp. II
A SPAC merging with a developer of extreme fast charging ba…
|
POLE | US | Financial and insurance activit… |
|
Aneesh Capital Corp.
A Capital Pool Company (CPC) identifying assets to complete…
|
EESH.P | CA | Financial and insurance activit… |
蚂蚁集团 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/58587/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58587 | 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=58587 | 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=58587 \ -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": 58587}, 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 蚂蚁集团 (id: 58587)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.