- Installing Bloomberg and configuring connections: https://www.mathworks.com/help/datafeed/installing-and-configuring-bloomberg-connections.html
- Bloomberg server: https://www.mathworks.com/help/datafeed/bloomberg-server.html
- getdata: https://www.mathworks.com/help/datafeed/blp.getdata.html
- history: https://www.mathworks.com/help/datafeed/blp.history.html
How do I access Bloomberg FSRC screens in Matlab?
2 次查看(过去 30 天)
显示 更早的评论
I know you can access Bloomberg equity screens using the eqs function. Is there any way to access fund screens that are created in Bloomberg using FSRC? Thanks!
0 个评论
回答(1 个)
Prasanna
2024-10-30
Hi Neil,
Accessing Bloomberg FSRC screens in MATLAB is a bit more specialized compared to the 'eqs' function. However you can use the 'blp' function to create a Bloomberg connection object and use the same to retrieve data fields related to funds using the 'history' or the 'getdata' functions if the specific fund data fields or identifiers are present.
If you have custom FSRC screens saved in Bloomberg, you may need to manually extract the relevant data fields and use them in your MATLAB scripts. If you have specific FSRC screens saved in Bloomberg, Use Bloomberg’s API to access these screens programmatically. This typically involves using Bloomberg’s Excel Add-In to create custom queries that can then be imported into MATLAB.
For more detailed steps on configuring the Bloomberg connection, refer the following documentations:
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Bloomberg Server C++ Interface 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!