yahoo_finance_api icon indicating copy to clipboard operation
yahoo_finance_api copied to clipboard

Custom Client Constructors

Open austinjp17 opened this issue 8 months ago • 11 comments

Added two new YahooConnector constructors. One using a parameter passed client, giving the user complete discretion over the client build. The second a shortcut to create a proxy-tunneled client.

After a week or so testing I ran into persistent 429 responses, setting the user agent fixed this for me. I assume the proxy would as well but didn't try it.

austinjp17 avatar Jun 01 '24 04:06 austinjp17