A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello. I saw you already asked this question in another thread and got some good replies. Just to add from my own experience, Excel’s stock data comes from a simplified version of Refinitiv’s feed, which focuses on verified and historical info. That means new IPOs don’t show up right away.
On Refinitiv’s professional platforms (like Datastream), new listings appear much faster, but in Excel they only show once all company details are fully checked and added to the database. Since there’s no fixed update schedule for IPOs, some new tickers, like MNTN, FTRK, CRCL, or VOYG, can take a few months to appear.
A workaround would be to get a free key from providers like IEX Cloud, Alpha Vantage, or Financial Modeling Prep.
- In Excel, go to Data > Get Data > From Web and paste an API URL such as:
https://financialmodelingprep.com/api/v3/quote/MNTN?apikey=YOUR_KEY - Parse the JSON response and load it into a table.