yahoo-finance-stream
0.1.2 • Public • Published Yahoo Finance Stream
var stocks = require('yahoo-finance-stream')({ frequency: 5000 });
stocks.watch('aapl');
stocks.watch('ibm');
stocks.on('data', function(stock) {
console.log('%s: %d', stock.symbol, stock.bid);
});
License
This project is distributed under the MIT license.
Package Sidebar
Install
npm i yahoo-finance-stream
Weekly Downloads