A small library to get historic market data of BM&F/Bovespa
$ git clone https://github.com/rodrigopandini/get-bmfbovespa.git && cd get-bmfbovespa
$ mkdir market-data
$ npm install
$ npm start
var getBMFBovespa = require('get-bmfbovespa');
getBMFBovespa(1986, 2017);
Should outputs the files in the market-data folder of the chosen period.
$ npm test
Check this link to get more info.