firm_type (registered / exempt), country (ISO country name e.g. 'United States'), has_hedge_funds (true if any hedge funds in private fund struct), aum_min (Total RAUM threshold in USD). Source: SEC monthly bulk Form ADV summary (Items 1, 5, 7B, 11). 23K+ firms, refreshed monthly.x-api-key: ********************curl --location '/api/v1/sec/advisers?firm_type=undefined&country=United%20States&has_hedge_funds=undefined&aum_min=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"count": 0,
"rows": [
{
"property1": "string",
"property2": "string"
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}