Skip to content

SungYinYang/python-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Stock Finance Web app

Used IexFinance API to retrieve financial data.

The web app is written with Python and will take a stock symbol as input and output the following:

  • Current date and time
  • Full name of the company
  • Stock price
  • Value changes (+ for increase and - for decrease)
  • Percentage changes (+ for increase and - for decrease)

The web app also handles some error situations such as no network, invalid symbol, etc.

For example:

Input:

Please enter a symbol:

TSLA

Output:

Mon Oct 10 17:23:48 PDT 2016

Adobe Systems Incorporated (ADBE)

109.24 +0.60 (+0.55%)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages