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 |
| code | string | Yes | all (All), forex (Forex), gold (Gold), oil (Oil), goods (Commodities), bank (Central Bank) |
| newsid | string | Yes | Leave empty for the latest 50 items; provide an newsid to fetch the next 50 items after it. |
Output Parameters
| Name | Description |
|---|---|
| code | Status Code |
| message | Status Message |
| data | Data |
| NEWSID | News ID |
| NEWS_TITLE | News Title |
| PUBLISHTIME | Release Time |
| NEWSTYPE | Column |
| IMPL_LEVEL | Importance (1,2,3) — 1 lowest; 3 highest |
| IS_SHORT | Is Short Message 0-No 1-Yes |
| COUNTRY | Country |
| CURR_VAL | Current Value |
| PREV_VAL | Previous Value |
| FOCST_VAL | Forecast Value |
| NEWS_ANAL | Bullish | Bearish |
Sample Response
{
"code": 200,
"message": "",
"data": [
{
"NEWSID": "202606231300302369",
"NEWS_TITLE": "深证成指刚刚突破16000.00关口,最新报15999.20,日内跌2.28%",
"PUBLISHTIME": "2026-06-23 13:00:30",
"NEWSTYPE": "10219",
"IMPT_LEVEL": 3,
"IS_SHORT": 1
},
{
"NEWSID": "202606231305118576",
"NEWS_TITLE": "News Title",
"PUBLISHTIME": "2026-06-23 13:05:11",
"NEWSTYPE": "10217",
"IMPT_LEVEL": 1,
"NEWS_ANAL": "",
"COUNTRY": "新加坡",
"PREV_VAL": "-0.30%",
"FOCST_VAL": "-",
"CURR_VAL": "0.80%",
"IS_SHORT": 1
}
]
}