{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Data License API (HAPI) Broker Strategies Intraday Data API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Intraday Data", "type": "folder" }, "items": [ { "info": { "name": "Request Intraday Tick Data", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/refdata/IntradayTickRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves intraday tick-level data for a single security over a specified time range." }, { "info": { "name": "Request Intraday Bar Data", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/refdata/IntradayBarRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves intraday OHLCV bar data for a single security over a specified time range and interval." } ] } ], "bundled": true }