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
55 stars 12 forks source link

SCHD - Requested Information Not Available On Yahoo Finance #23

Closed littlegreendude closed 1 year ago

littlegreendude commented 1 year ago

exception message: Requested Information Not Available On Yahoo Finance

StackTrace:

at OoplesFinance.YahooFinanceAPI.Helpers.DownloadHelper.d3.MoveNext() at OoplesFinance.YahooFinanceAPI.Helpers.DownloadHelper.d9.MoveNext() at OoplesFinance.YahooFinanceAPI.YahooClient.d18.MoveNext() at Program.<

$>d0.MoveNext() in C:\Users\littl\source\repos\DividendStocks\Program.cs:line 24

source line 24:

var summaryDetailsList = await yahooClient.GetSummaryDetailsAsync(sec);

sec is just an entry from symbols, I'm getting the same error for every security, so I'm guessing something changed on the Yahoo side.

var symbols = new string[] { "SCHD", "NVO", "F", "tu", "tcpc", "so", "gain", "DUK", "KHC", "PSEC", "JPM", "GNL", "GOOD", "CAG", "NYCB", "ABR", "NWL", "DVN", "CWH", "MO", "O", "VNQ", "GSK", "NLY", "JEPI", "TWO", "ABBV" };

Should be enough to identify the issue, if you need more info, please let me know.

github-actions[bot] commented 1 year ago

Stale issue message