Metadata-Version: 2.1
Name: tipranks
Version: 0.0.7
Summary: Python interface to communicate with TipRanks API.
Home-page: UNKNOWN
Author: visuxls
License: UNKNOWN
Description: # 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
        - [x] `Login`: Implement request based login
        - [ ] `Filtered results`: Implement filtered results
        
        Have a suggestion? Create an issue and I'll add it!
        
        ## Usage
        ![Usage](https://i.imgur.com/ZjbWlxv.png)
        
        ## 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")```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
