foxadb / yahoo-finance

C++ library to get stock data from Yahoo Finance
MIT License
53 stars 21 forks source link

Remove useless crumbstore #10

Closed foxadb closed 2 years ago

foxadb commented 3 years ago

It seems that Yahoo Finance API doesn't require anymore a valid cookie and crumb to fetch historical data. This PR remove all the functions previously used to retrieve, store and send these credentials. The new code need to be tested carefully to avoid random regression with Yahoo API.