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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.1
    2

Package Sidebar

Install

npm i yahoo-finance-stream

Weekly Downloads

4

Version

0.1.2

License

MIT

Last publish

Collaborators

  • wbyoung