UnifyAPI
← Back to catalog

figi.search

mock data$0.001 / call

Search 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.

Financeprovider: Figi#figi#finance

Input schema

queryrequired

Search query — company name or ticker (e.g. "Tesla", "Apple Inc", "MSFT")

string
exchange_code

Filter by exchange code (e.g. US, LN, JP)

string
security_type

Filter by security type (e.g. "Common Stock", "ETP", "REIT")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.