webwrite Scraping data from investing.com
24 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I'm trying to send a POST request to investing.com in order to store financial stock data for BTC/ETH.
I've tried with the following:
url = 'https://www.investing.com/instruments/HistoricalDataAjax';
response = webwrite(url, 'curr_id',49799,'smlID',145284,'header','BTC/USD Kraken Historical Data','st_date','08/01/2019','end_date','08/01/2019','interval_sec','Daily','sort_col','date','sort_ord','DESC','action','historical_data');
But the only thing I get back is the investing.com homepage.
Thanks for any help!
This is a similar solved issue but in Python : https://stackoverflow.com/questions/53890493/scraping-data-from-investing-com-for-btc-eth-using-beautifulsoup/57397385#57397385
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Application Deployment finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!