Using VS2022 C# EikonDataAPI 0.4.9. I have an issue when requesting data for multiple RICs, if a RIC is toward the end of the list then the results are sometimes incorrect. I've stripped it down to a basic example (https://github.com/TokyoDerm/eikon_api_issue). The output I get from this program is below. The result when the test RIC is at the front of the list is correct, $0.24. When the test RIC is at the back of the list then it returns zero.
EMBE132209700.U CLOSE_ASK=0.24 [FRONT of list]
EMBE132209700.U CLOSE_ASK=0 [BACK of list]
The problem is not 100% reproducible from one day to the next so, if possible, please try to check this out today. Also, FYI I tried it with two separate accounts with the same results. Please advise if you can reproduce it on your side and if you can advise a solution. Thanks!