YahooFinanceApi icon indicating copy to clipboard operation
YahooFinanceApi copied to clipboard

Flurl.Http.FlurlHttpException: 'Call failed with status code 429 (Too Many Requests):

Open kamoco opened this issue 9 months ago • 2 comments

I am getting too many requests when I hit this API Call

data = await url .WithCookie(YahooSession.Cookie.Name, YahooSession.Cookie.Value) .GetAsync(token) .ReceiveJson() .ConfigureAwait(false);

Anyone else seeing this?

kamoco avatar May 30 '24 14:05 kamoco