24/7 Live Overview
24/7 uninterrupted service with millisecond-level updates, ensuring users get the latest information instantly. Content covers macroeconomic trends, central bank policies, and key data releases, while tracking global financial markets including precious metals, crude oil, forex, equities, bonds, commodities, and futures. At the same time, it provides in-depth analysis of industry policies, focusing on supply, demand, and price changes in energy, metals, and agricultural sectors, as well as major international events and geopolitical developments. By closely following trending topics and key events, News Flash delivers the global economic pulse at lightning speed, helping users quickly capture market changes and identify potential opportunities and risks.
24/7 Live API
List
Interface Address
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| token | string | Yes | API Access Token |
| date | string | Yes | Date (format: YYYY-MM-DD) |
Output Parameters
| Name | Description |
|---|---|
| code | Status Code |
| message | Status Message |
| data | Data |
| NEWSID | News ID |
| NEWS_TITLE | News Title |
| PUBLISHTIME | Release Time |
Sample Response
{
"code": 200,
"message": "success",
"data": [
{
"NEWSID": "202508061631589089",
"NEWS_TITLE": "News Title",
"PUBLISHTIME": "2025-08-06 16:31:59"
}
]
}