Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 918 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 918 Bytes

Build Status Coverage Status

get-bmfbovespa

A small library to get historic market data of BM&F/Bovespa

Installation

$ git clone https://github.com/rodrigopandini/get-bmfbovespa.git && cd get-bmfbovespa
$ mkdir market-data
$ npm install
$ npm start

Usage

var getBMFBovespa = require('get-bmfbovespa');

getBMFBovespa(1986, 2017);

Should outputs the files in the market-data folder of the chosen period.

Tests

$ npm test

Info

Check this link to get more info.