Python module to interact with TipRanks API.
From PyPi
pip install tipranks
For development
git clone https://github.com/visuxls/tipranks
- Support for the majority of TipRanks API endpoints (create an issue if I missed any)
- Request based login, Chrome not required
- Ultimate or Premium account to have access to all methods
-
Login
: Implement request based login -
Filtered results
: Implement filtered results
Have a suggestion? Create an issue and I'll add it!
.top_analyst_stocks()
.top_smart_score_stocks()
.top_insider_stocks()
.stock_screener()
.top_online_growth_stocks()
.trending_stocks()
.top_experts(expert_type="analyst")
.anaylst_projection(ticker="TSLA")
.news_sentiment(ticker="TSLA")