foxadb / yahoo-finance

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

Download data issues #12

Open pisatimatteo opened 2 years ago

pisatimatteo commented 2 years ago

Dear All,

the package worked perfectly for at least 6 months. Now It looks like an issue has developed

It compiles properly but when I execute the following appears:

terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 37) > this->size() (which is 0)

Every suggestion is highly appreciated.

Thank you

Matteo

foxadb commented 2 years ago

Hello @pisatimatteo

I think you have faced the same issue as https://github.com/foxadb/yahoo-finance/issues/11

Could you check if the latest version has fixed your issue?

Thanks.