Global Finance News Search
Search global finance news by keyword, ticker, source, and date. Free-tier data is generally delayed by about 60 minutes.
Documentation
全球财经新闻查询
按关键词、股票代码、来源与日期检索全球财经新闻;免费套餐数据通常延迟约 60 分钟。
请求
POST /v1/global-finance-news
鉴权
使用 ToolKK OpenAPI AppKey,APILayer Key 保留在服务器端 Provider。
计费
成功调用 10 匠币。
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"keywords": "interest rates",
"limit": 20
}Response Example
{
"code": "SUCCESS",
"data": {
"pagination": {
"count": 20
},
"data": []
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| keywords | string | interest rates |
| limit | number | 20 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | string | SUCCESS |
| data | object | {...} |
| data.pagination | object | {...} |
| data.pagination.count | number | 20 |
| data.data | array | [] |