Skip to main content
GET
/
v1
/
news
/
sentiment-trends
Sentiment Trends
curl --request GET \
  --url https://api.ivory.finance/v1/news/sentiment-trends \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

ticker
string | null

Filter by ticker (e.g. AAPL)

cik
string | null

Filter by CIK

granularity
string
default:day

day | week | month | quarter | year

from_date
string | null

ISO date start (e.g. 2026-01-01)

to_date
string | null

ISO date end (e.g. 2026-03-11)

Response

Successful Response