Market sentiment and social analytics
all(ticker: string): Promise<ApiResponse>
const sentiment = await client.sentiment.all('AAPL');
social(ticker: string): Promise<ApiResponse>
const socialSentiment = await client.sentiment.social('AAPL');
news(ticker: string): Promise<ApiResponse>
const newsSentiment = await client.sentiment.news('AAPL');
analyst(ticker: string): Promise<ApiResponse>
const analystSentiment = await client.sentiment.analyst('AAPL');