curl --request POST \
  --url https://rumorz.azurewebsites.net/v0/graph/get_ranking \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "lookback": "1D",
  "entity_type": "financial_asset",
  "sort_by": "mentions",
  "ascending": false,
  "page": 1,
  "limit": 10
}'

Authorizations

X-API-Key
string
header
required

Body

application/json
lookback
enum<string>
Available options:
1H,
6H,
12H,
1D,
7D,
30D,
90D
entity_type
enum<string>
Available options:
financial_asset,
company,
organization,
person,
place
sort_by
enum<string>
Available options:
mentions,
sentiment,
excitement,
optimism,
pessimism,
fear,
uncertainty,
surprise
ascending
boolean
page
integer
limit
integer

Response

200

Success