For this exercise, we will use data from the AlphaVantage API. Specifically we will use the "Market Status" endpoint to fetch information about the current status of major trading venues around the world. Consult the API documentation to learn more.
First obtain an AlphaVantage API Key, and supply it when prompted.
Write JavaScript code to answer the questions below. Log each of the answers to the console.
equityMarkets.market.Write JavaScript code to answer the questions below. Display the answers on the page in the designated areas.
span elements below,
display information about the US market, including it's region, market type,
primary exchanges, local open and close times, and current status.
Region: TODO
Market Type: TODO
Primary Exchanges: TODO
Local Open: TODO
Local Close: TODO
Current Status: TODO