I am trying to pull in information from Yahoo Finance into my spreadsheet. I am able to pull in some information from Yahoo Finance such as the current stock price, but I would also like to pull in information on when the "Next Earnings Date" will be for a company. For example, I was able to use this function to get the current stock price for Google:
=NUMBERVALUE(WEBSERVICE("http://finance.yahoo.com/d/quotes.csv?s=GOOG&f=l1"))
Yahoo has some built in APIs which are listed on this website: https://greenido.wordpress.com/2009/12/22/yahoo-finance-hidden-api/
However, I do not see an API for Next Earnings Date. Any suggestions on how to pull that type of information into my spreadsheet? I know some basic VBA but I'm not familiar with querying web data using VBA. Anyone know a way to get this done?
Thanks! Let me know if you have any questions.