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

Support crumb and cookie to fetching data #49

Closed oscar811 closed 6 months ago

oscar811 commented 6 months ago

Some of Yahoo Finance APIs no longer working since missing crumb and cookies. Here is the changes to support crumb parameters and fix unit test failing issues.