- 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 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Prasanna
on 30 Oct 2024
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 Comments
See Also
Categories
Find more on Bloomberg Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!