Create a Bloomberg® connection, and then return information for the last price field.
Create the Bloomberg connection.
c = blp;
Alternatively, you can connect to the Bloomberg Server using blpsrv or Bloomberg B-PIPE® using bpipe.
Return data as a table by setting the DataReturnFormat property of the connection object. If you do not set this property, the fieldsearch function returns data as a cell array.
c.DataReturnFormat = 'table';
Return information for the search term LAST_PRICE.
f = 'LAST_PRICE';
d = fieldsearch(c,f);
Display the first three rows of the field information in d.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.