Skip to content

An application based in Django to fetch stock data using an API

Notifications You must be signed in to change notification settings

m-toufeeq/StockApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock App

This is a simple Web application using Django (A python Based Database Framework) to fetch Stocks data From IEXcloud.io for the given ticker.

Functionality this App Includes are

  • Searching of Stock
  • Adding Stock to List
  • Deleting Stock From List

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make Sure you Have the following things Installed on your Machines.

  • Python
  • pip
  • Django

Follow this link to setup Django project.

Running the App

open the Terminal and make sure you are in Right Directory /Stock_app/ containing manage.py file and run below commands.

  • First install requests . Its a Library to make HTTP requests.

    pip install requests

  • Now Run the Server

    python manage.py runserver

Default IP would be http://127.0.0.1:8000/ or just check your terminal Starting development server at http://___ .

You will see Something similar to this.

Home Page

Add Stock Page

About

An application based in Django to fetch stock data using an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published