Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 936 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 936 Bytes

TipRanks

Python module to interact with TipRanks API.

Installation

From PyPi

pip install tipranks

For development

git clone https://github.com/visuxls/tipranks

Features

  • Support for the majority of TipRanks API endpoints (create an issue if I missed any)
  • Request based login, Chrome not required

Requirements

  • Ultimate or Premium account to have access to all methods

To-Do

  • Login: Implement request based login
  • Filtered results: Implement filtered results

Have a suggestion? Create an issue and I'll add it!

Usage

Usage

Supported Methods

.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")