Webread and Quandl issues

3 vues (au cours des 30 derniers jours)
Amit K
Amit K le 23 Oct 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));

Réponses (0)

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by