Prices
Settlement-lineage price history
Price history for an agara security + provider over [from, to], as TradingView-shim history ({ s, t, c }, seconds + close). Returns roughly 30 points spanning the window, served DB-first (our shared tick cache) and filled with the fewest external calls — sampled point reads for a tight window, OHLCV minute bars for a wide one. Long-cached once the range is in the immutable past; no-cache while it overlaps the live edge.
GET
/
api/v1/prices/ticksQuery Parameters
symbolRequiredstring
agara_securities.symbol (MarketDetail display.security_symbol).
providerRequiredstring
agara_data_providers.slug (MarketDetail display.security_provider).
fromRequiredinteger
Range start, inclusive, unix seconds.
Minimum:
0Maximum: 4102444800toRequiredinteger
Range end, inclusive, unix seconds.
Minimum:
0Maximum: 4102444800Success