When I fetch the data from Bloomberg using SEDOL, how do I get the currency in which it is priced?

35 次查看(过去 30 天)
I would like to know the base currency of an equity. For example, I want to load the price timeseries for a stock, I fetch the data using the SEDOL code but I want to get the currency in which it is priced.

采纳的回答

MathWorks Support Team
One can retrieve the currency as follows:
d = fetch(b,'2005973','GETDATA','CRNCY',[],[],'SEDOL1')
2005973 is the SEDOL number for IBM. Note that no overrides are being used in this case and hence the two empty inputs.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Bloomberg Desktop 的更多信息

产品


版本

R2008a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by