nerdcash / Nerdbank.Cryptocurrencies

.NET libraries for processing Zcash and other cryptocurrencies.
MIT License
5 stars 3 forks source link

YahooFinanceTests.GetZecUsdHistoricalPricing test failing #320

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

Yahoo! Finance has apparently changed their web service and our historical pricing code is failing as a result.

We should probably update the code to supply an access token to get through the rate limit (that may be 0 at this point) for anonymous callers and then disable the test since it won't work without a token anymore.