Skip to content

wbyoung/yahoo-finance-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Yahoo Finance Stream

Resources

License

Stars

Watchers

Forks

Packages

No packages published