bloombergHypermedia
Description
The bloombergHypermedia function creates an object that
      represents a Bloomberg® Hypermedia connection. After you create a bloombergHypermedia
      object, you can create universes, field lists, triggers, and data requests.  
Accessing Bloomberg Hypermedia requires a data license. For details on obtaining a license, see Bloomberg Data License. Bloomberg supplies the user credentials for login.
From MATLAB®, you can retrieve Bloomberg data by following these steps:
- Create a Hypermedia connection using - bloombergHypermedia.
- Create a universe of securities using the - createUniversefunction.
- Create a field list of data items using the - createFieldListfunction.
- Create a trigger to schedule a data request using the - createTriggerfunction.
- Create a data request using the - createRequestfunction.
After following these steps, you can download the data set directly into MATLAB. For details, see Bloomberg HAPI Documentation.
Creation
Syntax
Description
c = bloombergHypermedia(credentialString)
c = bloombergHypermedia(___,timeOut,url,mediaType,debugModeValue)mediaType, and the MATLAB HTTP library debug value for the connection to the Bloomberg Hypermedia data server.
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2023b
See Also
createFieldList | createUniverse | createTrigger | createRequest | getFieldLists | getUniverses | getTriggers | getFields | getData | getRequests