Cleaned, structured and cross referenced data for all regulatory filings, ready to
use.
curl -H 'Authorization: Bearer <Your Access Token>' \
'https://radientanalytics.com/form-adv-api/v1/funds/' \
-X GET -G
-d state=California \
-d type_of_fund=HedgeFund \
-d gav_from=5000000
# Response
{
"data":[
{
"latest_date_of_filing":"2021-01-20",
"name":"KAYNE ANDERSON NON-TRADITIONAL INVESTMENTS, L.P.",
"state_name":"California",
"fund_section":"7B(1)",
"type_of_fund":"Hedge Fund",
"crd_no":104536,
"registration_type":"SEC",
"gross_asset_value":43400000,
"state_abbr":"CA",
"firm_name":"KAYNE ANDERSON CAPITAL ADVISORS LP",
"country_name":"United States"
},
{
"latest_date_of_filing":"2020-06-24",
"name":"HEDGECAP PARTNERS, L. P.",
"state_name":"California",
"fund_section":"7B(1)",
"type_of_fund":"Hedge Fund",
"crd_no":104759,
"registration_type":"SEC",
"gross_asset_value":48500000,
"state_abbr":"CA",
"firm_name":"WESCAP GROUP",
"country_name":"United States"
},
{
"latest_date_of_filing":"2020-12-11",
"name":"CA 0698",
"state_name":"California",
"fund_section":"7B(1)",
"type_of_fund":"Hedge Fund",
"crd_no":104942,
"registration_type":"SEC",
"gross_asset_value":105960000,
"state_abbr":"CA",
"firm_name":"CAMBRIDGE ASSOCIATES, LLC",
"country_name":"United States"
},
{
"latest_date_of_filing":"2020-12-11",
"name":"CA 2271",
"state_name":"California",
"fund_section":"7B(1)",
"type_of_fund":"Hedge Fund",
"crd_no":104942,
"registration_type":"SEC",
"gross_asset_value":296156000,
"state_abbr":"CA",
"firm_name":"CAMBRIDGE ASSOCIATES, LLC",
"country_name":"United States"
},
{
"latest_date_of_filing":"2020-06-26",
"name":"NORTH STAR HEDGE FUND LP",
"state_name":"California",
"fund_section":"7B(1)",
"type_of_fund":"Hedge Fund",
"crd_no":105562,
"registration_type":"SEC",
"gross_asset_value":128458000,
"state_abbr":"CA",
"firm_name":"MCDONALD CAPITAL INVESTORS INC",
"country_name":"United States"
},
...
],
"start_index":0,
"count_per_page":100,
"end_index":100,
"previous_page_url":null,
"total_count":106,
"next_page":"https://radientanalytics.com/form-adv-api/v1/funds/?state=California&type_of_fund=Hedge%20Fund&gavFrom=5000000&page=2"
}