UUMit Logo

Financial News · Finance News Feed

Finance News Information
Stay informed about the economy around you. Query a list of financial news, including titles, links and images.
NewsMethod: GET

Pricing

0 UT/ call
Free
Connect API

Performance

100.00%

Success Rate

192ms

Avg Latency

5.0k

Total Calls

Description

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.

Request Parameters

NameTypeRequiredDescription
numintegerNoNumber of items per page. Default: 10, max 50.
pageintegerNoPage number. Default: 1, max 50.

Response Fields

NameTypeDescription
idstringNews ID
urlstringNews URL
ctimestringPublish time
titlestringTitle
picUrlstringImage URL
reasonstringStatus message
resultobjectResponse result
sourcestringNews source
error_codeintegerStatus code

Request Example

{
  "num": 1,
  "page": 1
}

Response Example

{
  "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
}

Changelog

2026-06-22

Synced the officially listed API details to the UUMit Data Marketplace on the official website.

Provider: UUMit Official