View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Adrian Caspersz Adrian Caspersz is offline
external usenet poster
 
Posts: 19
Default How to access API from excel VBA coding

On 05/12/2018 19:37, wrote:
How can I access a API to extract data from it. The API is a stock market API and want to have the live market prices from the API through VBA in Excel.


Google XmlHttpRequest

e.g.

https://codingislove.com/http-requests-excel-vba/

--
Adrian C