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
| Field | Description |
|---|---|
holdings | Per-fund positions plus weights |
nav | Daily NAV series |
fund_exposure | Inverted, which funds hold the company |
Example
curl "https://api.signals.ai/v1/funds/{symbol}/holdings" \ -H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.