Bloomberg L.P. · Example Payload

Openfigi Search Response Example

Financial ServicesMarket DataNewsReference DataSymbologyTerminal

Openfigi Search Response Example is an example object payload from Bloomberg L.P., with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datanext

Example Payload

Raw ↑
{
  "data": [
    {
      "figi": "BBG000B9XRY4",
      "name": "APPLE INC",
      "ticker": "AAPL",
      "exchCode": "US",
      "compositeFIGI": "BBG000B9XRY4",
      "securityType": "Common Stock",
      "marketSector": "Equity",
      "shareClassFIGI": "BBG001S5N8V8",
      "securityType2": "Common Stock",
      "securityDescription": "AAPL"
    }
  ],
  "next": "QW5vdGhlclBhZ2VDdXJzb3I="
}