Azzera filtri
Azzera filtri

Webread and Quandl issues

1 visualizzazione (ultimi 30 giorni)
Amit K
Amit K il 23 Ott 2020
Hi,
I've been using the code below to retrieve datatables from Quandl service. Most of the times this code works but lately it works intermittently. When it does not work it gives me the following error:
Error using readContentFromWebService (line 62)
The error "Error copying data." occurred while communicating with URL 'https://www.quandl.com/api/v3/datatables/SHARADAR/SF1.csv?ticker=AAPL&api_key=EWXQoLK6Q3DdzE4DdBfy'.
Error in webread (line 125)
[varargout{1:nargout}] = readContentFromWebService(connection, options);
Error in testQuandl3 (line 15)
qTbl=webread(strcat(str1,'AAPL',str2));
str1='https://www.quandl.com/api/v3/datatables/SHARADAR/SF1.csv?ticker=';
str2='&api_key=XXXXXXXXXXXX';
qTbl=webread(strcat(str1,'AAPL',str2));

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by