PDA

View Full Version : Open Bloomberg



Neodubois
04-10-2007, 09:16 AM
Hello,

I have almost no problem to use these formulas for securities, however now I need to retrive the forex rates but I am unable, I have the currency code (ISO) the bloomberg currency code and the bloomberg "field name" but still nothing happens. This should be quite easy if its the same as for securities but I am unable to find the solution. If you are familiar with this thanks in advance. :)

Norie
04-10-2007, 11:03 AM
Eh, what formulas?:dunno

Neodubois
04-11-2007, 01:33 AM
The formula starts like this =BLP(

cyberjullian
04-07-2010, 01:56 AM
=BLP("EURUSD Curncy";"LAST_PRICE")


LAST_PRICE will give you real time data should you have privilege
PX_LAST will give you last price at the time you request it. It won't update after that.

Hope this helps.