I am trying to use this Quandl API for C++, https://github.com/zafuer/QuandlAPI_C, however every time I try to get data to download the excel sheet just fills with:
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
The only change I have made to the quandl(linux).h code is to make the api version v3 in the link as opposed to v1.
Has anyone else had this issue? I cannot seem to figure out exactly why this happens or how to get around it.