Search
searchIdentify a specific financial instrument by name and get its FIGI — municipal bonds ("munis"), corporate and government bonds, equities, funds and futures. For a municipal bond, pass the issuer as it appears on the bond ("CALIFORNIA ST", "NEW YORK ST DORM AUTH") with marketSecDes "Muni": each result returns a FIGI plus a ticker carrying the coupon and maturity, e.g. "CA CAS 4.5 06/01/2013", which is what identifies one bond among an issuer's many. Answers "which bond is this", "find the FIGI for this issuer's bonds", "what municipal bonds has California issued under this name". Returns identifiers only — no price, no yield, and no reported trade data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Instrument or issuer name as written on the security, e.g. "Apple Inc", "CALIFORNIA ST", "NEW YORK ST DORM AUTH". | |
| currency | No | Currency filter, e.g. "USD". | |
| exchCode | No | Exchange code, e.g. "US". Municipal bonds have no exchange — leave this off for munis. | |
| marketSecDes | No | Market sector. Pass "Muni" to restrict to municipal bonds; other values include "Corp", "Equity", "Govt", "Comdty". | |
| securityType | No | Security type, e.g. "FIXED" for a fixed-rate bond. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | The search query string | |
| result | No | Array of matching instruments |