You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can anyone tell me how to download option chain from yahoo finance using Matlab? I used the GetYahooOptionChain.m function I found from Mathworks. But it didn't work and always show error like below:
Errors:
Undefined function or variable "yyyymmdd".
Error in GetYahooOptionChain (line 99)
if ~isempty(find(strcmp(yyyymmdd,ExpDate)))
Can anybody tell me how to deal with this error?
The text was updated successfully, but these errors were encountered:
Hi, can anyone tell me how to download option chain from yahoo finance using Matlab? I used the GetYahooOptionChain.m function I found from Mathworks. But it didn't work and always show error like below:
Errors:
Undefined function or variable "yyyymmdd".
Error in GetYahooOptionChain (line 99)
if ~isempty(find(strcmp(yyyymmdd,ExpDate)))
Can anybody tell me how to deal with this error?
The text was updated successfully, but these errors were encountered: