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

조회 수: 36 (최근 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
MathWorks Support Team 2009년 6월 27일
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