Signals. Infra
API Reference

Funds

GET
/v1/companies/{symbol}/fund-exposure

Authorization

InfraApiKey
AuthorizationBearer <token>

Send sk_live_* (production) or sk_test_* (test mode).

In: header

Path Parameters

symbol*Symbol

Query Parameters

limit?|
Default50
sort?Sort
Match^(weight|value)$
Default"weight"
etfs_only?Etfs Only

restrict to exchange-traded funds

Defaultfalse

Response Body

application/json

application/problem+json

application/json

application/problem+json

curl -X GET "https://example.com/v1/companies/string/fund-exposure"
{  "data": [    {      "fund_ticker": "ARKK",      "fund_name": "ARK Innovation ETF",      "weight": 0.0321,      "weight_pct": 3.21,      "shares": 1785500,      "market_value": {        "raw": 149600000,        "normalized": 149600000,        "unit": "USD",        "original_unit": "USD",        "conversion_factor": 1      },      "as_of_date": "2026-07-21",      "provenance": {        "src_id": "src_fund_exposure_8fcb7bda9794c3b8",        "source_provider": "issuer_page",        "source_url": null,        "accession": null,        "quote": null,        "content_hash": null,        "extracted_at": null      }    }  ],  "pagination": {    "next_cursor": null,    "has_more": false  },  "company": {    "symbol": "UBER:US",    "ticker": "UBER",    "market": "US",    "name": "Uber Technologies, Inc. Common Stock",    "cik": "0001543151",    "isin": null,    "figi": null,    "issuer_id": 10483  },  "alpha": true,  "fund_count": 1}