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
createUniverse
function.Create a field list of data items using the
createFieldList
function.Create a trigger to schedule a data request using the
createTrigger
function.Create a data request using the
createRequest
function.
After following these steps, you can download the data set directly into MATLAB. For details, see Bloomberg HAPI Documentation.
Creation
Syntax
Description
creates a connection to the Bloomberg Hypermedia data server using login credentials from Bloomberg. c
= bloombergHypermedia(credentialString
)
sets the timeout value, the Bloomberg enterprise access point (EAP) URL, the REST API call
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