Equivalent of RELS in Bloomberg?
조회 수: 3 (최근 30일)
이전 댓글 표시
Is there a Matlab function that does the equivalent of RELS in the terminal? I'm looking to pull a list of all the related debt securities for a given stock.
댓글 수: 0
답변 (1개)
Nate
2017년 8월 21일
Hi Barath,
The MATLAB function "fieldsearch" can be used to find Bloomberg fields of interest based on key words. "fieldinfo" can give further information describing a given field. In this case, I would suggest using "fieldsearch" and "fieldinfo" to find the name of the field you are looking for, then creating a "lookup" query in order to actually retrieve the data.
Here are the documentation pages for "fieldsearch" and "fieldinfo":
Best of luck,
Nate
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Bloomberg B-PIPE에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!