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
47 stars 10 forks source link

InvalidOperationException: The node must be of type 'JsonArray'. #68

Closed ooples closed 5 months ago

ooples commented 5 months ago

This exception is coming from ChartHelper.cs and most likely due to the change I introduced to fix an issue with a few symbols not being loaded correctly. I will go back to the drawing board and redo my bug fix to account for this additional one as well