ooples / OoplesFinance.YahooFinanceAPI

A .NET API wrapper for Yahoo Finance that allows users to get top trending stocks, historical stock data, stock splits, dividends, capital gains, and much much more!
Apache License 2.0
51 stars 11 forks source link

Some endpoints not working anymore #97

Open andrew-baylis opened 5 hours ago

andrew-baylis commented 5 hours ago

Unfortunately, some of the end points are no longer working returning an "Unauthorised" error instead: Key ones for me are the Historical data, Dividend data and Splits data. I also tried a rebuiild of your 1.6.9 and ran all the Unit tests. 94 of them failed.

andrew-baylis commented 4 hours ago

Update - I found that editing the BuildYahooCsvUrl method of UrlHelper to REMOVE the &events property of the url produced the required data for dividends, splits and history. With that tweak, the only method not working is the GetInsights which I can manage without!