Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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');