Skip to content

Build a dynamic website using Flask that displays stock history in an HTML table.

Notifications You must be signed in to change notification settings

qianmx/Building-Web-Servers-using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building-Web-Servers-using-Flask

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:

alt tag

  • Output:

alt tag

I have used a free version account in pythonanywhere.com, so the link above might expire after March, 2017. :P

About

Build a dynamic website using Flask that displays stock history in an HTML table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published