Skip to content

A website via which users can “buy” and “sell” stocks

Notifications You must be signed in to change notification settings

agnija-bako/finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finance

A website via which users can “buy” and “sell” stocks by querying IEX for stocks’ prices. (For this solution I used python Flask for the backend and Jinja as well as HTML, CSS and Bootstrap for frontend) Anyone wishing to test out the solution can register or login with a test user:

  • username: test_user
  • password: testingfinance

Main page

After registering and/or logging in the user enters the main page. There the user can see a summary of all the transactions he has done
alt text

Buy shares

The user can buy shares by entering a symbol - such as NFLX for netflix shares - find all shares here - and the number of shares they wish to purchase (every user by default gets $10 000 to spend) alt text

Sell shares

The user can also sell their existing shares, by choosing a symbol and entering the number of shares they want to sell alt text

History

The user can also see a history of every transaction they have done alt text

Other features

  • The user can add money to their account
  • The user is also able to look up a stock’s current price

About

A website via which users can “buy” and “sell” stocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages