Do rd.get_history() calls with multiple securities still get broken up into separate single requests in the background?
In the past there was no effective trade-off or benefit (from a user perspective) to use multiple RICs and save on the number of requests that hit the Refinitiv server. Has that changed yet? Or will that change once RD comes out of beta?
The raw_output=True request in ek.get_timeseries() was a very effective way of running lighter on the server but unfortunately the ek interface does not allow to split out normal from pre+post session data (and the ek data in the US is full of errors anyways).
So, any update on rd.get_history() for multiple securities?