MATLAB: How to read/import the News Feed data from Bloomberg with Datafeed Toolbox in R2019b

apibloombergDatafeed Toolboxfeednewstext;

How to read/import the News Feed data from Bloomberg with Datafeed Toolbox in R2019b?

Best Answer

The Bloomberg API we support with Datafeed Toolbox in R2019b does not make this data available. There are some news related sentiment fields available in the API that may be of interest but no fields that return news text.
These commands
b = blp
d = fieldsearch(b,'NEWS')
will return the list of news related fields.