Daily Sentiment Score
Get today's high, low, and average social sentiment scores and their corresponding news article URLs for a S&P500 ticker.
GET
/social_sentiment/{ticker}
curl \
-X GET https://api.bam.money/social_sentiment/{ticker}?api_key=api_token_value
Response examples (200)
{
"debtor": "Apple Inc",
"ticker": "AAPL",
"low_article": {
"date": "2023-04-21",
"score": -0.6591967735439539,
"link": "https://www.bbc.co.uk/news/articles/cv2w3wnjd8ro?at_medium=RSS&at_campaign=KARANGA"
},
"high_article": {
"date": "2023-04-21",
"score": "0.13965279050171375",
"link": "https://www.benzinga.com/news/23/04/31911051/snapchat-takes-a-leaf-out-of-apples-playbook-with-new-location-sharing-option"
},
"avg_article": {
"date": "2023-04-21",
"score": "-0.21829318629022074",
"link": "https://www.marketwatch.com/data-news/apple-inc-stock-outperforms-competitors-despite-losses-on-the-day-34a1e224-16b074d39208"
}
}
Response examples (200)
{
"debtor": "Apple Inc",
"ticker": "AAPL",
"avg_article": {
"date": "2023-04-21",
"link": "https://www.marketwatch.com/data-news/apple-inc-stock-outperforms-competitors-despite-losses-on-the-day-34a1e224-16b074d39208",
"score": "-0.21829318629022074"
},
"low_article": {
"date": "2023-04-21",
"link": "https://www.bbc.co.uk/news/articles/cv2w3wnjd8ro?at_medium=RSS&at_campaign=KARANGA",
"score": -0.6591967735439539
},
"high_article": {
"date": "2023-04-21",
"link": "https://www.benzinga.com/news/23/04/31911051/snapchat-takes-a-leaf-out-of-apples-playbook-with-new-location-sharing-option",
"score": "0.13965279050171375"
}
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}