fu-zev / QuandlAPI_C

Quandl API (C/C++) developed to download numerical data from quandl.com
27 stars 12 forks source link

Getting "301 Moved Permanently" error while running sample #5

Open Neoracle opened 9 years ago

Neoracle commented 9 years ago
301 Moved Permanently

301 Moved Permanently


nginx/1.4.6 (Ubuntu)
nicejunjie commented 9 years ago

i get same problem, don't know why.

Neoracle commented 9 years ago

you can use "curl" library to achieve the same

schulm14 commented 8 years ago

I am getting the same problem with any quandl code. I have tried changing the quandl.h urls to v3 but still no luck. Have studied the header file intensely and am still stuck. Has anyone figured this out?

iolalla commented 8 years ago

I got the same problem and finally tired of testing I've made another alternative: cpr-quandl, basically it integrates CURL trough CPR and JSON so is much easier to use in real projects and it has a simple console tool.