I'm using the Bloomberg API for C# and I try to obtain the IDX_RATIO field for a security using an HistoricalDataRequest. There is a way to obtain this field or isn't a field available? Thanks
Asked
Active
Viewed 332 times
1
-
Have you asked HELP HELP? What security? I get data for `=BDH("AF217300 Corp","IDX_RATIO",20160101,20160331,"cols=2;rows=65")` in Excel. – assylias Apr 21 '16 at 10:42
-
I have a list of securities. The problem is that in c# using the api I can't recieve this field for any securities. – P_R Apr 21 '16 at 10:47
-
Can you try for `AF217300 Corp`? Are the securities inflation linked bonds? – assylias Apr 21 '16 at 10:48