Financial News · Finance News Feed
定价
运行指标
100.00%
成功率
192ms
平均延迟
5.0k
总调用量
详细介绍
Stay informed about the economy around you. Query a list of financial news, including titles, links and images.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 4d6af07f-da23-43dd-a36a-abd609cfd726). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: Free.
Request parameters: num, page. The response fields mainly include id, url, ctime, title, picUrl, reason, result, source.
Use cases: financial news aggregation, financial content production, investment research briefings and news dashboards.
Usage statistics: 5000 total calls, 5000 successful calls, 100.0% success rate, average response time 192ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| num | integer | 否 | Number of items per page. Default: 10, max 50. |
| page | integer | 否 | Page number. Default: 1, max 50. |
响应字段
| 字段名 | 类型 | 说明 |
|---|---|---|
| id | string | News ID |
| url | string | News URL |
| ctime | string | Publish time |
| title | string | Title |
| picUrl | string | Image URL |
| reason | string | Status message |
| result | object | Response result |
| source | string | News source |
| error_code | integer | Status code |
请求示例
{
"num": 1,
"page": 1
}响应示例
{
"reason": "success",
"result": {
"allnum": 3,
"curpage": 1,
"newslist": [
{
"id": "f6ec06da8af56474a1b84aade908c3e9",
"url": "https://www.thepaper.cn/newsDetail_forward_32245692",
"ctime": "2025-12-24 17:28:14",
"title": "One step from breaking 7: offshore and onshore RMB exchange rates against the USD rise above 7.01 and 7.02",
"picUrl": "https://imgpai.thepaper.cn/newpai/image/1766567911579_YMhNdf_1766567911744.png",
"source": "The Paper"
},
{
"id": "f1253c55fe68568ee709930d25332b23",
"url": "https://www.thepaper.cn/newsDetail_forward_32244879",
"ctime": "2025-12-24 16:05:43",
"title": "Eight departments jointly issue opinions on financial support for accelerating the New International Land-Sea Trade Corridor",
"picUrl": "https://imgpai.thepaper.cn/newpai/image/1766562468603_PWDGSW_1766562468685.png",
"source": "The Paper"
}
]
},
"error_code": 0
}更新记录
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
上架方: UUMit Official