Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirdora/data-scraping-and-fundamental-analysis

Stock crawling and analysis using python with panda, matplotlib and scrapy library. Stock analysis methods taken from the book "Warren Buffett and the Interpretation of Financial Statements" by Mary Buffet
https://github.com/amirdora/data-scraping-and-fundamental-analysis

crawling-python data-mining data-science stock valuation visualization

Last synced: 1 day ago
JSON representation

Stock crawling and analysis using python with panda, matplotlib and scrapy library. Stock analysis methods taken from the book "Warren Buffett and the Interpretation of Financial Statements" by Mary Buffet

Awesome Lists containing this project

README

        

## About The Project
![Warren Buffett and the Interpretation of Financial Statements](https://github.com/amirdora/data-scraping-and-fundamental-analysis/raw/master/images/Intrepretation_of_financial_statements_amirdora_0.png)
![Warren Buffett and the Interpretation of Financial Statements](https://github.com/amirdora/data-scraping-and-fundamental-analysis/raw/master/images/interpretation%20of%20financial%20statements%202-%20amirdora%20.png)
![Warren Buffett and the Interpretation of Financial Statements](https://github.com/amirdora/data-scraping-and-fundamental-analysis/raw/master/images/interpretation%20of%20financial%20statements%201%20-%20amirdora.png)

This project is analytical dash web application that has a built-in crawler which mines data financial data from MacroTrends website and data is analyzed using financial statements tickers of the company to create visualization. This app is inspired by the book "Warren Buffett and the Interpretation of Financial Statements", quotes are taken from the book.

## How to run project

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Installation

1. Clone the repo
2. Install python
3. Install requirements 'pip install -r .\requirements.txt'
4. Simply run index.py python class
5. Once application is running, simply enter company name and ticker in the search box. Copy stock ticker: e.g "TSLA", Company: e.g "Tesla" from
[https://www.macrotrends.net/stocks/](https://www.macrotrends.net/stocks/)

## License

Distributed under the MIT License.

## Contact

Amir Dora. - [@amirdora_](https://twitter.com/amirdora_)

(back to top)