Open Connector
All tools

OpenFIGI logoOpenFIGI

Discover and map financial instrument identifiers using the OpenFIGI API.

openfigivcatalog-v14 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "OPENFIGI_GET_MAPPING_VALUES_KEY",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("OPENFIGI_GET_MAPPING_VALUES_KEY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute OPENFIGI_GET_MAPPING_VALUES_KEY --data '{ }'

Tool catalog

Available tools

4 callable operations

Get Mapping Values KeyOPENFIGI_GET_MAPPING_VALUES_KEYGet values for enum-like fields.

Get values for enum-like fields.

Authentication

Connected account required

Tags

mapping
Post FilterOPENFIGI_POST_FILTERSearch for FIGIs using key words and other filters. The results are listed alphabetically by FIGI and include the number of results.

Search for FIGIs using key words and other filters. The results are listed alphabetically by FIGI and include the number of results.

Authentication

Connected account required

Tags

post
Post MappingOPENFIGI_POST_MAPPINGAllows mapping from third-party identifiers to FIGIs.

Allows mapping from third-party identifiers to FIGIs.

Authentication

Connected account required

Tags

post
Post SearchOPENFIGI_POST_SEARCHSearch for FIGIs using key words and other filters.

Search for FIGIs using key words and other filters.

Authentication

Connected account required

Tags

post

Provider resources