NAME
Tradestie::WSBetsAPI::Reddit - Reddit Wallstreet Bets class
VERSION
version 0.001
SYNOPSIS
[
{
"no_of_comments": 179,
"sentiment": "Bullish",
"sentiment_score": 0.13,
"ticker": "GME"
},
{
"no_of_comments": 37,
"sentiment": "Bullish",
"sentiment_score": 0.159,
"ticker": "AMC"
},
{
"no_of_comments": 17,
"sentiment": "Bullish",
"sentiment_score": 0.22,
"ticker": "PLTR"
},
...
]
DESCRIPTION
Get top 50 stocks discussed on Reddit subeddit - Wallstreetbets
To find the stocks discussed by date, specify date paraemeter.
Note - The list gets updated every 15 mins. Every 15 minutes, algorithm takes in to account all the comments till that point of time and re-calculates the sentiment. The sentiment reflects the daily sentiment.
Attributes
no_of_comments
Holds the total number (or count) of comments related to the ticker.
sentiment
Holds the sentiment of the ticker which is eith "Bullish" or "Bearish".
sentiment_score
Holds the sentiment score of the ticker.
ticker
Holds the ticker's symbol.
AUTHOR
Nobunaga <nobunaga@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Rayhan Alcena.
This is free software, licensed under:
The MIT (X11) License