0.1.2 • Published 10 years ago
yahoo-finance-stream v0.1.2
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.