Bloomberg currency/date question

kellyfirth

New Member
Joined
Nov 26, 2014
Messages
15
I need Bloomberg to import a historical price into excel for a specific date and currency. So far, I've got it to find the date I need using the below formula:

=(BDH(A2,"PX LAST","12/17/2014","12/17/2014"))

(A2 contains the ISIN code)

But I need it to pick up a specific currency too. For example's sake, I want to use the above formula but pick up the AUD price.

Is this possible? Let me know if any more information is needed!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
C7$£EURO
02/01/20143.154.475.79
03/01/20143.144.485.82
04/01/20143.134.495.85
05/01/20143.124.5075.88
06/01/20143.114.515.91
F23
if you want the £ price for05/01/2014
4.507
formula is
=OFFSET($C$7,MATCH($F$23,$C$8:$C$12,0),MATCH("£",$D$7:$F$7,0))

<colgroup><col><col><col span="2"><col><col span="5"></colgroup><tbody>
</tbody>
 
Upvote 0
I need this to pick up the price from Bloomberg, like using the formula I pasted above. I don't already have the data to hand, that's the problem. I need it to pick up specific currencies.
 
Upvote 0

Forum statistics

Threads
1,215,584
Messages
6,125,669
Members
449,248
Latest member
wayneho98

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top