Skip to main content
POST
Find by details

Authorizations

X-API-KEY
string
header
required

Body

application/json

Request body for finding funds and mutual funds. Each field is optional. However, you must provide at least one field to perform a valid search. The values a filter accepts can be listed with GET /v1/knowledge-graph/funds/values/{filter}.

query
string

Partial or complete fund name

Example:

"Vanguard"

types
enum<string>[]

The fund type can be PUBLIC or PRIVATE

Available options:
PUBLIC,
PRIVATE
Example:
countries
string[]

Country codes using the ISO 3166-1 alpha-2 format

Example:
sectors
string[]

It accepts a list of sectors that can be retrieved with the endpoint "/knowledge-graph/companies/sectors"

Example:

Response

200 - application/json

Successful response with funds data

results
object[]
required

Array of funds results

metadata
object
required
usage
object

Present for token-billing accounts only. Reports the number of tokens consumed by this request.