Giter Club home page Giter Club logo

stockmarket-website's Introduction

Stock Market Website

A web app via which you can manage portfolios of stocks. Not only will this tool allow you to check real stocks' actual prices and portfolios' values, it will also let you buy (okay, "buy") and sell (okay, "sell") stocks by querying AlphaVantage for stocks' prices.

Usage

  1. Install the required libraries using this command

pip install -r requirements.txt

  1. This project does an API call to AlphaAdvantage You need to get your own API key, simply head on to their website and claim your free api key

  2. Now open the "helpers.py" file and head on to line number 53.

    url = f"https://www.alphavantage.co/query?apikey=yourapikey&datatype=csv&function=TIME_SERIES_INTRADAY&interval=1min&symbol={symbol}"

  3. Now replace "yourapikey" with your API key.

  4. Run the program

python3 application.py

  1. Run the server

flask run

  1. Enter the address in browser

Note: If you're running into an error that says "You did not provide the "FLASK_APP" environment variable" run the following command before running step 3 export FLASK_APP=application.py

Credits

CS50X course by Harvard on EdX This version of the repository is almost similar (borrowed code) to pset7 Finance in the course. Future releases to have stock predictions using sentiment analysis.

stockmarket-website's People

Contributors

greysou1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.