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

Did some minor code cleanup #69

Closed ooples closed 5 months ago

ooples commented 5 months ago

Fixed bug #68 that was caused by a mix of different json libraries. Removed System.Text.Json library to only use Newtwonsoft Breaking change for GetChartInfoAsync since it now returns a different model called ChartInfo instead of the old ChartData class Redid GetSparkChartInfoAsync to use Newtonsoft library