OpenFIGI website screenshot

OpenFIGI

OpenFIGI is your entry point to multiple tools for identifying, mapping and requesting a free Financial Instrument Global Identifier (FIGI). OpenFIGI is an open system for identifying instruments globally across all asset classes. Combining the FIGI with additional descriptive meta-data, firms are able to link fragmented proprietary symbologies, fill the gaps that remain to create a data lineage, streamline the trade workflow and reduce operational risk.

1 APIs 0 Features
FinancialInstruments

APIs

OpenFIGI API

OpenFIGI is your entry point to multiple tools for identifying, mapping and requesting a free Financial Instrument Global Identifier (FIGI). OpenFIGI is an open system for ident...

Collections

Pricing Plans

Openfigi Plans Pricing

3 plans

PLANS

Rate Limits

Openfigi Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
About
About
📰
News
News
🔗
Login
Login
📝
Signup
Signup
🔗
Contact
Contact
💬
FAQ
FAQ

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: OpenFIGI API
  version: 2.0.0
items:
- info:
    name: POST /mapping
    type: http
  http:
    method: POST
    url: https://api.openfigi.com/{basePath}/mapping
    body:
      type: json
      data: '{}'
  docs: Allows mapping from third-party identifiers to FIGIs.
- info:
    name: GET /mapping/values/{key}
    type: http
  http:
    method: GET
    url: https://api.openfigi.com/{basePath}/mapping/values/:key
    params:
    - name: key
      value: ''
      type: path
      description: Key of MappingJob for which to get possible values.
  docs: Get values for enum-like fields.
- info:
    name: POST /search
    type: http
  http:
    method: POST
    url: https://api.openfigi.com/{basePath}/search
    body:
      type: json
      data: '{}'
  docs: Search for FIGIs using key words and other filters.
- info:
    name: POST /filter
    type: http
  http:
    method: POST
    url: https://api.openfigi.com/{basePath}/filter
    body:
      type: json
      data: '{}'
  docs: Search for FIGIs using key words and other filters. The results are listed alphabetically by FIGI and include the
    number of results.
bundled: true