Bloomberg getdata to get latest data
3 ビュー (過去 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 Desktop についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!