I am trying to download historical price data for a list of RICs in python via RDP api. Most of the time, get_history() function would return prices for multiple rics. For example,
These are generally fine as I can always discard the irrelevant ones, but sometimes, get_history() will return completely random stuff, such as:
Am I missing something? Is there a way to systematically deal with the two cases above?