pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
488 stars 123 forks source link

unable to retrieve data for Indian Stock Quotes #57

Open nitin-jotwani opened 6 years ago

nitin-jotwani commented 6 years ago

var yahooFinance = require("yahoo-finance") yahooFinance.historical({ symbol: 'BPCL', from: '2016-01-01', to: '2016-12-31' }, function (err, quotes) { console.log(quotes) });

Where I'm making mistake?