メインコンテンツへスキップ
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[]