Key Word: Python, Flask, Web scraping
This project aims to build a dynamic website using Flask that displays stock history in an HTML table.
- create POST form to take stock ticker number input, e.g. AAPL, TSLA
- web scrape corresponding ticker data from Yahoo Finance.
- convert the data into html table format.
- redirect and display the ticker stock history data in a website.
- deploy it to a publicly visible website at pythonanywhere.com
Website Link: http://qianmx.pythonanywhere.com/
Example:
- Input:
- Output:
I have used a free version account in pythonanywhere.com, so the link above might expire after March, 2017. :P