UNPKG

pse-edge

Version:

A NodeJS wrapper for the PSE Edge platform

8 lines (7 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var lib_1 = require("pse-edge/lib"); (0, lib_1.fetchStocksAll)().then(console.log); (0, lib_1.getCompanyDisclosures)('glo').then(console.log); (0, lib_1.getCompanyInfo)('tel').then(console.log); (0, lib_1.getHistoricalPrices)({ symbol: 'tel', startDate: '2021-02-02' }).then(console.log);