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 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.