YahooFinanceApi
YahooFinanceApi copied to clipboard
Flurl.Http.FlurlHttpException: 'Call failed with status code 429 (Too Many Requests):
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?