timeseries
Intraday tick data for Bloomberg connection V3
Syntax
Description
Examples
Input Arguments
Output Arguments
Limitations
When the data request is too large, timeseries
displays this
error message:
Timeout error: Error using blp/timeseries>processResponseEvent (line 338) REQUEST FAILED: responseError = { source = bbdbl7 code = -2 category = TIMEOUT message = Timed out getting data from store [nid:327] subcategory = INTERNAL_ERROR }
To fix this error, shorten the length of the date range by modifying the input
arguments startdate
and enddate
.
Tips
For better performance, add the Bloomberg file
blpapi3.jar
to the MATLAB® static Java® class path by modifying the file$MATLAB/toolbox/local/javaclasspath.txt
. For details about the static Java class path, see Static Path of Java Class Path.You cannot retrieve Bloomberg intraday tick data for a date more than 140 days ago.
The Bloomberg API Developer’s Guide states that
'TRADE'
corresponds to LAST_PRICE for IntradayTickRequest and IntradayBarRequest.Bloomberg V3 intraday tick data supports additional name-value pairs. For details on these pairs, see the Bloomberg API Developer’s Guide by typing
WAPI
and clicking the <GO> button on the Bloomberg terminal.You can check data and field availability by using the Bloomberg Excel® Add-In.
Version History
Introduced in R2010a