yahoo-finance-stream

0.1.2 • Public • Published

Yahoo Finance Stream

NPM version Build status Code Climate Coverage Status Dependencies devDependencies

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.

/yahoo-finance-stream/

    Package Sidebar

    Install

    npm i yahoo-finance-stream

    Weekly Downloads

    4

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • wbyoung