OpenFIGI
Discover and map financial instrument identifiers using the OpenFIGI API.
openfigivcatalog-v14 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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.Connection
Get values for enum-like fields.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
post
Post MappingOPENFIGI_POST_MAPPINGAllows mapping from third-party identifiers to FIGIs.Connection
Allows mapping from third-party identifiers to FIGIs.
Authentication
Connected account requiredTags
post
Post SearchOPENFIGI_POST_SEARCHSearch for FIGIs using key words and other filters.Connection
Search for FIGIs using key words and other filters.
Authentication
Connected account requiredTags
post