dataFrame = ek.get_timeseries(rics=["INDQ19","IPCZ9","INDQ20"], start_date="2018-12-21 00:00:00", end_date="2018-12-21 00:00:01", interval="daily", normalize=False, raw_output=1)
I'm getting the response for INDQ19 and INDQ20.
But there is nothing for "IPCZ9" . Only print to the std output "Error with IPCZ9: No data available for the requested date range".
Is there a way to parse this error from the dataFrame?
Note: when I request only 1 ticker at a time, python module raises EikonError. And I can catch it and parse the description. For multiply tickers it just prints to the std.