Skip to content

Funds

Tier: Starter (alpha) · Endpoints: /v1/funds/{symbol}/holdings · /nav · /v1/companies/{symbol}/fund-exposure

N-PORT and sponsor holdings, NAV, and which funds hold a given company.

Every row carries a provenance object with its source URL and, where the fact was extracted by a model, the verbatim quote.

Key fields

FieldDescription
holdingsPer-fund positions plus weights
navDaily NAV series
fund_exposureInverted, which funds hold the company

Example

Terminal window
curl "https://api.signals.ai/v1/funds/{symbol}/holdings" \
-H "Authorization: Bearer $SIGNALS_KEY"

See the REST reference for the full schema.