跳转到主要内容
GET
/
api
/
market-data
/
content
/
news
获取证券新闻
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/content/news \
  --header 'x-api-key: <api-key>'
{
  "news": [
    {
      "id": "<string>",
      "title": "<string>",
      "summary": "<string>",
      "publishTime": "2023-11-07T05:31:56Z",
      "source": "<string>",
      "url": "<string>"
    }
  ]
}

授权

x-api-key
string
header
必填

在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。

查询参数

symbol
string
必填

证券标的。

响应

相关新闻列表

news
object[]