pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
491 stars 123 forks source link

API fails for some symbols causing the entire call to fail #7

Closed noodle22 closed 9 years ago

noodle22 commented 10 years ago

For some symbols such as GOOG, LSI, BEAM, the call to the yahoo api fails because company doesn't exist any more, or the symbol has changed, or the call fails for some other reason. If I'm passing in a list of symbols, it would be nice if only the bad ones failed and the rest of the calls continued as expected.

By the way, thanks for this library. It has mad some side projects easier and more fun.

pilwon commented 9 years ago

@noodle22 The latest version supports this feature. Give it a try.