I'm trying to run get_pricing for stocks which changed status over the years.
For example, PYPL which IPOed on 02/15/2002 - since the stock was removed from the market after the acquisition by eBay, but later started trading again under the same symbol, it is impossible to get the old prices.
Trying to run the following yields no pricing info:
get_pricing(
symbols=symbols('PYPL'),
start_date='2002-02-15',
end_date='2002-02-15',
symbol_reference_date='2002-02-15'
)