Skip to main content
POST
Fund Position Signals

Authorizations

X-API-KEY
string
header
required

Body

application/json

Schema for the request to the fund trends public API.

type
enum<string> | null

The type of securities to retrieve. One of 'stock' or 'etf'. Returns all types if not specified.

Available options:
stock,
etf
Example:

"stock"

market_cap
enum<string> | null

The market cap of securities to retrieve. Returns all market caps if not specified.

Available options:
mega_cap,
large_cap,
mid_cap,
small_cap,
micro_cap
Example:

"large_cap"

sort_dir
string
default:desc

The order to sort the results by. One of 'asc' or 'desc'.

Example:

"desc"

Response

Successful Response

Main response for fund trends aggregated endpoint.

results
PublicFundTrendsResults · object
required

Container with all fund trends data.

metadata
PublicFundTrendsMetadata · object
required

Metadata for fund trends response.

errors
ErrorDetail · object[] | null