How can I fetch data from Bloomberg by using the CUSIP for a security with the Datafeed Toolbox 1.3.1 (R13)?
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to fetch data from Bloomberg by using the CUSIP for a security with the Datafeed Toolbox 1.3.1 (R13).
채택된 답변
MathWorks Support Team
2009년 6월 27일
The CUSIP for a security signifies the security and the market. The Datafeed Toolbox can fetch data using the CUSIP of a security.
For example the following returns the same results:
c = bloomberg;
data = fetch(b,'IBM US Equity')
data1 = fetch(b,'459200101')
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bloomberg Desktop에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!