← Back to catalog
figi.filter
mock data$0.001 / callFilter 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.
Input schema
exchange_code
stringExchange code (e.g. US, LN, HK, JP)
market_sector
stringMarket sector (e.g. Equity, Corp, Govt, Index, Curncy, Comdty)
security_type
stringSecurity type (e.g. "Common Stock", "ETP", "REIT", "ADR")
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>"}'