How do I access Bloomberg FSRC screens in Matlab?

2 views (last 30 days)
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!

Answers (1)

Prasanna
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!

Products


Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!