Can anyone help a complete noob on bloomberg’s excel plug in.
For example:
I have the formula =BDP(“SPX INDEX”,“PX_LAST”) which returns last close price for SP500.
How can i manipulate/rewrite this formula so that I can link it to cells with specific dates, and the formula returns the closing price at that specific date?
Wouldn’t you just import historical prices? In my excel i can go under the Bloomberg tab > import data > realtime/historical > historical end of day > SPX Index > Mkt Activity > Last Price > Enter Fixed Time Series.
=BDH(“SPX Index”, “PX LAST”, 10/22/2013, 10/22/2013) will return one cell with the closing price on 10/22/2013. You just put the start and end dates as the same date in BDH.