pilwon / node-yahoo-finance

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

What's the rate limit? #86

Open sbr2567 opened 1 year ago

sbr2567 commented 1 year ago

I've been fetching stocks in a for loop. I notice after about 110 stocks, the fetch no longer is returning any data whatsoever. I am catching any errors and have avoided all errors, but when this occurs there is no error. It's simply not supplying me data. So i'm assuming this is because i'm meeting yahoo-finance's rate limit.

What is the rate limit for this package?