Skip to content

This repository provides apis of real time price, market and basic details of company and price, volume and total trade data in json format

Notifications You must be signed in to change notification settings

ShanjinurIslam/Dhaka-Stock-Exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS

Environment Setup

Required npm packages

  1. express.js
  2. body-parser
  3. node-html-parser
  4. http
  5. express-react-views
  6. react
  7. react-dom

Structure Project

/src/index.js
    /routers
    /templates
    /public

Dhaka-Stock-Exchange

Available APIs

  1. /company_list

Method: GET

URL: /api/company_list

  1. /share_price

Method: GET

URL: /api/share_price?name=ABBANK

  1. /company_details

Method: GET

URL: /api/company_details?name=ABBANK

  1. /latest_price

Method: GET

URL: /api/latest_price

  1. /company_data

Method: GET

URL: /api/company_data?name=ABBANK&type=price&duration=24

About

This repository provides apis of real time price, market and basic details of company and price, volume and total trade data in json format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published