← Back to catalog
figi.search
mock data$0.001 / callSearch Financial Instruments
Search 300M+ financial instruments by company name or ticker keyword. Filter by exchange and security type. Returns Bloomberg FIGI, ticker, name, market sector. Covers equities, ETPs, bonds, derivatives globally.
Input schema
queryrequired
stringSearch query — company name or ticker (e.g. "Tesla", "Apple Inc", "MSFT")
exchange_code
stringFilter by exchange code (e.g. US, LN, JP)
security_type
stringFilter by security type (e.g. "Common Stock", "ETP", "REIT")
Call via REST
curl -X POST https://unifyapi.pro/api/call/figi.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"<query>","exchange_code":"<exchange_code>","security_type":"<security_type>"}'