Prices
Tier: Builder+ · Endpoints: /v1/companies/{symbol}/prices · /corporate-actions
Daily bars from 2016 onward and corporate actions with source URLs.
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 |
|---|---|
bars | date, open, high, low, close, adjusted_close, volume, vwap, venue |
venue | consolidated (2023 on) or iex (2016 to 2023) |
corporate_actions | Splits, dividends, M&A |
Example
curl "https://api.signals.ai/v1/companies/{symbol}/prices" \ -H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.