Skip to content

h-azad/DSE_Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSE Data Scraper

Dhaka Stock Exchange data scraper is a experimental Django & Python project which scrap data in realtime and serve through api.

Built With

Logo

Installation

  • Clone DSE_Scrapper
  • Create and activate python virtual environment
  • Install Dependencies, run:
  pip install -r requirements.txt
  • Run the project:
  cd dse_scrapper
  python manage.py runserver

API Reference

Get Latest Share Prices

  GET /api/share_prices
Parameter Type Description
filter string options - value, volume, change
Here by default it will pull all the recent 
trading data.

Get Top Gainer Data

  GET /api/top_gainer

Get Top Loser Data

  GET /api/top_loser

Get Circuit Breaker Data

  GET /api/circuit_breaker

Get All Listed Companies Data

  GET /api/listed_companies

Authors

Support

For support or query ping me on Linkedin.

About

Dhaka Stock Exchange Data Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages