Dhaka-Stock-Exchange
Dhaka-Stock-Exchange copied to clipboard
This repository provides apis of real time price, market and basic details of company and price, volume and total trade data in json format
Node JS
Environment Setup
Required
npm
packages
- express.js
- body-parser
- node-html-parser
- http
- express-react-views
- react
- react-dom
Structure Project
/src/index.js
/routers
/templates
/public
Dhaka-Stock-Exchange
Available APIs
- /company_list
Method: GET
URL: /api/company_list
- /share_price
Method: GET
URL: /api/share_price?name=ABBANK
- /company_details
Method: GET
URL: /api/company_details?name=ABBANK
- /latest_price
Method: GET
URL: /api/latest_price
- /company_data
Method: GET
URL: /api/company_data?name=ABBANK&type=price&duration=24