Python Stock Data Retrieval and Stock Filter. A combination of scripts that allows various data extraction from Yahoo finance and other fiance websites. A consolidated python module that can retrieve multiple stock data sets and act as a simple stock filter. Pls see the following blog post for more details. https://simplypython.wordpress.com/2015/03/09/python-integrated-stock-data-retrieval-and-stock-filter/
Some of the functionalities include:
- Stock data retrieved from Yahoo Finance API.
- Historical prices and dividend information from Yahoo Finance API.
- Historical prices from Yahoo Query Language.
- Direct scraping from yahoo website on company information and company finance information.
- Scraping finance data from YQL.
- Storing data to SQLite Database.
- Basic stock technical analysis such as bollinger bands, MACD, volume spike etc.
- Stock filter based on user defined crtieria.