Webread and Quandl issues

조회 수: 1 (최근 30일)
Amit K
Amit K 2020년 10월 23일
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));

답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by