Open Connector
所有 Tools

OpenFIGI logoOpenFIGI

Discover and map financial instrument identifiers using the OpenFIGI API.

openfigivcatalog-v14 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 目录

可用 Tools

4 个可调用操作

Get Mapping Values KeyOPENFIGI_GET_MAPPING_VALUES_KEYGet values for enum-like fields.

Get values for enum-like fields.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Allows mapping from third-party identifiers to FIGIs.

认证

需要 Connected Account

Tags

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

Search for FIGIs using key words and other filters.

认证

需要 Connected Account

Tags

post

Provider 资源