Skip to main content
GET
/
api
/
market-data
/
content
/
news
Get security 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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Security symbol.

Response

Related news list

news
object[]