Skip to main content

watchlist

Get reddit users watchlists [Source: reddit].

Source Code: [link]

openbb.stocks.ba.watchlist(limit: int = 5)

Parameters

NameTypeDescriptionDefaultOptional
limitintNumber of posts to look through5True

Returns

TypeDescription
Tuple[List[praw.models.reddit.submission.Submission], dict, int]List of reddit submissions,
Dictionary of tickers and their count,
Count of how many posts were analyzed.