Metadata-Version: 2.1
Name: analystock-ai
Version: 0.1.7
Summary: Public client API for Analystock.ai REST API
Home-page: https://github.com/ahgperrin/analystock-api
Author: Antoine Perrin
Author-email: antoine.perrin@analystock.ai
License: UNKNOWN
Description: ![c0](https://github.com/ahgperrin/analystock-api/blob/master/analystock_banner.jpeg)
        
        # Analystock API Python Client
        
        Analystock is a comprehensive equity research tool offering a wide range of features to investors and analysts. With
        access to over 5000 stocks, Analystock provides detailed investment insights, including stock screeners, earnings data,
        API access, and investment case analysis. It helps users stay informed about the latest market trends, financial data,
        and stock sentiment to make data-driven investment decisions.
        
        This Python client allows you to easily interact with the Analystock API to retrieve crucial financial metrics,
        commentary, earnings announcements, and more.
        
        ## Installation
        
        You can install the package using `pip`:
        
        ```bash
        pip install analystock-ai
        ```
        
        Or alternatively :
        
        ```bash
        git clone https://github.com/your-repository/analystock-api.git
        cd analystock-api
        pip install .
        ```
        
        ## Full Documentation
        
        [Analystock API Documentation](https://www.analystock.ai/base/appendix/api_documentation/) for further reference.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
