Starting Index
transparent model intelligence
Account
API

Investment model portfolio data APIs.

Public endpoints expose Starting Index performance, evidence, and publication context. Subscriber endpoints expose current individual-stock model portfolio allocations, target weights, supporting metadata, research, and reports.

Private API access starts with Professional.
You can view public API documentation here. Private endpoint testing and API keys require a subscriber API plan.
View API Plans
GET

/api/subscriber/targets

The default subscriber profile allocation derived from the current ranked platform selection.

AccessSubscriber
AuthBearer API key or active subscriber session
CacheNo store
Response fields
  • session
  • data.model.selected_profile
  • data.publication
  • data.targets
  • data.count
  • data.total_weight
Authentication

Subscriber endpoints accept an API key sent as a bearer token or an active API-enabled subscriber browser session. Local preview environments may also have explicit demo access enabled.

Request/api/subscriber/targets
cURLcurl -s https://startingindex.com/api/subscriber/targets \ -H "Authorization: Bearer YOUR_API_KEY"
Click Try Request to run a live request against this server.
Investment Model Data API Documentation | Starting Index