We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I'm writing a C# .NET MAUI application and tested it with using the package but also with using the source directly. Same result:
Works perfectly when I use it on the "Windows Machine" but gets back "Call failed with status code 403 (Forbidden) GET https://query1.finance.yahoo.com/v1/test/getcrumb." on my Android device.
Using simply var quotes = await Yahoo.Symbols(mySymbol).Fields( Field.RegularMarketOpen, Field.RegularMarketDayHigh, Field.RegularMarketDayLow, Field.RegularMarketPrice, Field.RegularMarketVolume, Field.RegularMarketTime, Field.Currency, Field.Exchange ) .QueryAsync();
Thanks for any hint.
The text was updated successfully, but these errors were encountered:
Also facing same issue
Sorry, something went wrong.
No branches or pull requests
Hi.
I'm writing a C# .NET MAUI application and tested it with using the package but also with using the source directly. Same result:
Works perfectly when I use it on the "Windows Machine" but gets back "Call failed with status code 403 (Forbidden)
GET https://query1.finance.yahoo.com/v1/test/getcrumb."
on my Android device.
Using simply
var quotes = await Yahoo.Symbols(mySymbol).Fields(
Field.RegularMarketOpen,
Field.RegularMarketDayHigh,
Field.RegularMarketDayLow,
Field.RegularMarketPrice,
Field.RegularMarketVolume,
Field.RegularMarketTime,
Field.Currency,
Field.Exchange
)
.QueryAsync();
Thanks for any hint.
The text was updated successfully, but these errors were encountered: