Metadata-Version: 2.1
Name: yahoo-finance-data
Version: 0.0.8
Summary: Retreive data (quote, historical, financial, statistics) from Yahoo Finance.
Home-page: https://github.com/BoGs567/yahoo-finance-data
Author: Sophocles
Author-email: nikitidis567@gmail.com
License: MIT
Download-URL: https://github.com/BoGs567/yahoo-finance-data/archive/refs/tags/0.0.8.tar.gz
Description: # yahoo-finance-data  (Alpha-version)
        ## _The omnipotent Yahoo-Finance data retreiver_
        yahoo-finance-data is a package for the retreival of data from Yahoo Finance. It makes use of both scraping and query calls. The yahoo-finance-data package is intended to be simple to use. Its usage is summarized in two steps.
        - Create specialized data retreival objects
        - Retreive data in a standardized dictionary format
        
        ## Features
        The asset classes currently supported are: Stocks.
        In the future support will be added for Options, Bonds and Crypto.
        
        ## Data Types
        The following data may be retreived.
        - Quote
        - Historical (price, dividends, splits)
        - Financials 
        - Cash-Flow statement
        - Balance-Sheet statement
        - Key-Statistics
        
        ## Installation
        Through pip.
        ```sh
        pip install yahoo-finance-data 
        ```
        
        ## Usage
        ```
        Write some examples in separate boxes
        ```
        
        ## Dependencies
        
        yahoo-finance-data uses a number of 3rd party projects:
        - [certifi] - Validating the trustworthiness of SSL certificates.
        - [urllib3] - A powerful, user-friendly HTTP client for Python.
        - [bs4] - Library that makes it easy to scrape information from web pages.
        - [datetime] - Standardize time management.
        - [selenium] - Should be removed!
        
        yahoo-finance-data is itself an open source project with a [public repository][yfd] on GitHub.
        
        
        ## License
        
        MIT
        
        **Free Software*
        
        [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
        
           [yfd]: <https://github.com/BoGs567/Financial_Data_Base>
           [git-repo-url]: <https://github.com/joemccann/dillinger.git>
           [john gruber]: <http://daringfireball.net>
           [df1]: <http://daringfireball.net/projects/markdown/>
           [markdown-it]: <https://github.com/markdown-it/markdown-it>
           [Ace Editor]: <http://ace.ajax.org>
           [node.js]: <http://nodejs.org>
           [Twitter Bootstrap]: <http://twitter.github.com/bootstrap/>
           [jQuery]: <http://jquery.com>
           [@tjholowaychuk]: <http://twitter.com/tjholowaychuk>
           [express]: <http://expressjs.com>
           [AngularJS]: <http://angularjs.org>
           [Gulp]: <http://gulpjs.com>
        
           [PlDb]: <https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md>
           [PlGh]: <https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md>
           [PlGd]: <https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md>
           [PlOd]: <https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md>
           [PlMe]: <https://github.com/joemccann/dillinger/tree/master/plugins/medium/README.md>
           [PlGa]: <https://github.com/RahulHP/dillinger/blob/master/plugins/googleanalytics/README.md>
        
Keywords: Yahoo,finance,data,scraper,Financial
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
