Bloomberg getdata to get latest data
    조회 수: 5 (최근 30일)
  
       이전 댓글 표시
    
Hello, 
I'm trying to get the lastest data from bloomberg with matlab getdata but getdata seems to give me old data. 
getdata(c,'AMZN US equity','VOLATILITY_90D')
510.00
This should be 47. 
510 is really old data. 
Is there anyway to get latest one?
Regards,
Justin
댓글 수: 0
답변 (1개)
  Zaid Jilani
    
 2022년 10월 3일
        You need a Bloomberg Connection before retrieving data.
You can to refer to the following documentation for an example on how to retreive Bloomberg current data : https://www.mathworks.com/help/datafeed/retrieve-bloomberg-current-data.html
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Bloomberg Server에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

