kamoco

Results 3 issues of kamoco

I am trying to fetch the timeline of a user and I am getting the following forbidden error. Any idea why? Reason : Forbidden Details : {"errors":[{"message":"You currently have access...

Does his API give premarket data? I was not able to find it. Does anyone know any other API's which offer premarket data?

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?