The following get_timeseries() call to retrieve the S&P 500 index returns proper data:
However, if I simply change the name of the item to retrieve Microsoft data, the get_timeseries() call throws an exception.
Looking at the details of the above error, it seems there is no data available for MSFT.O. If that is the case, wouldn't returning a result with zero rows imply that?