OpenFIGI
Discover and map financial instrument identifiers using the OpenFIGI API.
openfigivcatalog-v14 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 AccountTags
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 AccountTags
post
Post MappingOPENFIGI_POST_MAPPINGAllows mapping from third-party identifiers to FIGIs.需要连接
Allows mapping from third-party identifiers to FIGIs.
认证
需要 Connected AccountTags
post
Post SearchOPENFIGI_POST_SEARCHSearch for FIGIs using key words and other filters.需要连接
Search for FIGIs using key words and other filters.
认证
需要 Connected AccountTags
post