/Dhaka-Stock-Exchange

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

Primary LanguageJavaScript

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