Hi,
I hope you're doing well. I have a quick question regarding the following script:
ts_result = ek.get_timeseries(
ric,
fields=['CLOSE', 'HIGH', 'LOW', 'OPEN', 'VOLUME'],
start_date='2009-01-01',
end_date='2025-04-02',
interval='daily',
corax='adjusted'
)
Could you please confirm whether the price data retrieved with this call corresponds to a consolidated price or an exchange-specific price?
Additionally, is there a way to determine whether the data feed being used provides real-time or delayed data?
Any clarification you can provide would be greatly appreciated.
Thanks in advance!
Gustavo Avalos