How do I connect to Yahoo through our proxy server in the Datafeed Toolbox?
Show older comments
I am trying to connect to Yahoo through a proxy server.
% simple connect
Connect = yahoo
this gives:
??? Error using ==> yahoo.yahoo
Unable to connect to given URL.
The second format:
%use the ip and port address
Connect = yahoo('<http://quote.yahoo.com','IP',PORT>)
results in
??? Error using ==> yahoo.yahoo
Unable to retrieve data from given URL.
I would like to use the FETCH function in this case.
Accepted Answer
More Answers (0)
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!