I am attempting to scrape data from a webpage on Singapore Stock Exchange https://www2.sgx.com/derivatives/negotiated-large-trade
Understand from this post: Using R to mimic “clicking” a download file button on a webpage The content is loaded dynamically from an API call returning json.
Here's an example of the API call return's today's data from the exchange: Here
There's a existing solution implemented in the above post using R. However, i would like to ask if it is possible to be implemented using excel VBA? I've been using excel VBA for various automation tasks, but i lack of knowledge in data scraping aspect. Thanks for anyone who can help.