analytics

Get a timeseries of finance news sentiment for assets

Get the news sentiment for a given asset during a provided period of time.

This endpoint is good for narrow AI, like using in combination with a regressor to forecast prices etc.

get/v1/analytics/finance/sentiment

Query parameters

asset'bitcoin' | 'ethereum' | 'cardano' | 'uniswap' | 'ripple' | 'solana' | 'polkadot' | 'polygon' | 'chainlink' | 'tether' | 'dogecoin' | 'monero' | 'tron' | 'binance' | 'aave' | 'tesla' | 'microsoft' | 'amazon' required

The asset name to query for sentiment.

The asset name to query for sentiment.

metric'news_positive' | 'news_negative' | 'news_total' | 'news_positive_weighted' | 'news_negative_weighted' | 'news_total_weighted'

The metric to obtain. Weighted metrics account for page-rank of original source. Higher page rank sources are weighted more heavily.

The metric to obtain. Weighted metrics account for page-rank of original source. Higher page rank sources are weighted more heavily.

date_fromstring date-time nullable

The start date in ISO format

The start date in ISO format

date_tostring date-time nullable

The end date in ISO format

The end date in ISO format

Response

The timeseries sentiment for an asset or cryptocurrency

Changes