UnifyAPI
← Back to catalog

figi.filter

mock data$0.001 / call

Filter Financial Instruments

Filter financial instruments by exchange code, market sector (Equity/Corp/Govt/Index/Curncy/Comdty), or security type (Common Stock/ETP/REIT/ADR). Browse instrument universe by structured criteria. Bloomberg OpenFIGI.

Financeprovider: Figi#figi#finance

Input schema

exchange_code

Exchange code (e.g. US, LN, HK, JP)

string
market_sector

Market sector (e.g. Equity, Corp, Govt, Index, Curncy, Comdty)

string
security_type

Security type (e.g. "Common Stock", "ETP", "REIT", "ADR")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/figi.filter \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"exchange_code":"<exchange_code>","market_sector":"<market_sector>","security_type":"<security_type>"}'

Try it

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