Hello,
We are using the Eikon Python API to download prices for Argus codes, and there are some cases where the close price is different than the one reported from Argus.
For example for code PA0018491, on 13-Feb-2020 the prices that we get are
high:-4.15 , low:-3.90, close:-4.030
while the actual close price is -4.025
Keep an eye that the average of high and low price is equal to the actual price, but differs from the downloaded close price.
Thank you