how can i copy the EUR/USD's price from a web page (http://ww​w.binaryop​tionsrace.​com/trade)​??

4 views (last 30 days)
maybe i didnt use the right function. but i want to save the EUR/USD's price into excel sheet, or matlab sheets. and one more question, how can i repeat that so the price will update everytime???
>> filename = ['kobe.xlsx']
filename =
kobe.xlsx
>> URL = ['http://www.binaryoptionsrace.com/trade']; >> urlwrite (URL , filename)
ans =
C:\Users\kobe-8\Desktop\kobe.xlsx
>> urlwrite (URL , filename) Error using urlreadwrite>getFileOutputStream (line 245) Could not open output file "C:\Users\kobe-8\Desktop\kobe.xlsx".
Error in urlreadwrite (line 69) [file,outputStream] = getFileOutputStream(inputs.filename);
Error in urlwrite (line 38) [f,status] = urlreadwrite(mfilename,catchErrors,url,filename,varargin{:});

Answers (0)

Community Treasure Hunt

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

Start Hunting!