Say I have a list of ETFs, SPY, QQQ, XLF, etc...
I would like to get the primary adjusted EOD close prices primary. Which suffix should I add is it .O or .N? Is there a unique suffix that I can use that maps automatically to the primary?
I am using the funds api as follows:
https://api.refinitiv.com/data/funds/v1/assets?properties=prices[start:2023-01-09%3Bend:2023-01-10]&symbols=SPY.N,QQQ.N
thanks