{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Historical Data API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Historical Data", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions Get historical data for securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/data/v1/historical", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve historical end-of-day data for one or more securities over a specified date range. Supports pricing, volume, fundamental, and derived fields with configurable periodicity." } ] } ], "bundled": true }