Bloomberg L.P. · JSON Structure

Openfigi Figi Record Structure

Stable JSON Structure for a Financial Instrument Global Identifier record as returned by the OpenFIGI API.

Type: object Properties: 12 Required: 1
Financial ServicesMarket DataNewsReference DataSymbologyTerminal

FigiRecord is a JSON Structure definition published by Bloomberg L.P., describing 12 properties, of which 1 is required. It conforms to the https://json-structure.org/draft-00/ meta-schema.

Properties

figi name ticker exchCode compositeFIGI securityType marketSector shareClassFIGI uniqueIDFutOpt securityType2 securityDescription metadata

Meta-schema: https://json-structure.org/draft-00/

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/",
  "name": "FigiRecord",
  "description": "Stable JSON Structure for a Financial Instrument Global Identifier record as returned by the OpenFIGI API.",
  "type": "object",
  "properties": {
    "figi": {"type": "string"},
    "name": {"type": "string"},
    "ticker": {"type": "string"},
    "exchCode": {"type": "string"},
    "compositeFIGI": {"type": "string"},
    "securityType": {"type": "string"},
    "marketSector": {"type": "string"},
    "shareClassFIGI": {"type": "string"},
    "uniqueIDFutOpt": {"type": "string"},
    "securityType2": {"type": "string"},
    "securityDescription": {"type": "string"},
    "metadata": {"type": "string"}
  },
  "required": ["figi"]
}