APIHub
Back to Explore

OpenFIGI

The OpenFIGI API lets you submit third‑party security identifiers to obtain their corresponding FIGI codes via the POST /mapping endpoint, and retrieve permissible values for enumerated mapping fields using GET /mapping/values/{key}.

Finance
apiKey
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

2254ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/mapping

Allows mapping from third-party identifiers to FIGIs.

GET

/mapping/values/{key}

Get values for enum-like fields.

  • key (path, required) — Key of MappingJob for which to get possible values.

2 endpoints auto-detected

Authentication

This API requires authentication: apiKey.

curl -X POST \
  "https://www.openfigi.com/api/mapping"

www.openfigi.com · HTTPS only