跳轉到主要內容
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[]