Skip to content

This is a simple Flask RESTful API which utilizes the nsepy module to return a json with the stock data in specified time range.

Notifications You must be signed in to change notification settings

saswatamcode/stock-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance Ask Me Anything ! made-with-python made-for-VSCode GitHub forks GitHub stars GitHub issues Open Source Love svg1

Stock-python-api

This is a simple Flask RESTful API which utilizes the nsepy module to return a json with the stock data in specified time range.

To run

  • Clone repo and make a virtual environment
  • Type pip install
  • Type python3 api.py
  • Use a REST client and send a POST request to http://localhost:5000/stocks
  • The body of the request should be in the form of request.json

About

This is a simple Flask RESTful API which utilizes the nsepy module to return a json with the stock data in specified time range.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages