ticker icon indicating copy to clipboard operation
ticker copied to clipboard

Yahoo is now limiting the number of symbols you can request at once

Open kdkd opened this issue 9 months ago • 0 comments

Yahoo is now returning "429 Too Many Requests" if you request more than somewhere between 65 and 100 symbols at a time (it seems to vary, possibly on string length?).

#303 breaks things up into requests of no more than 50 symbols at a time. This appears to work for me, but I'm not a go expert so there may be a cleaner way of doing this.

This makes ticker work for me again, where before it was just displaying a blank page with no symbols appearing.

kdkd avatar Mar 31 '25 19:03 kdkd