axprism_prices: OHLCV price history

View source: R/axprism.R

axprism_pricesR Documentation

OHLCV price history

Description

OHLCV price history

Usage

axprism_prices(client, ticker, start = NULL, end = NULL, limit = 252)

Arguments

client

An axprism_client.

ticker

Ticker symbol.

start

Optional start date (ISO).

end

Optional end date (ISO).

limit

Max bars (default 252).

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_prices(client, "AAPL")

## End(Not run)

axprism documentation built on July 8, 2026, 9:07 a.m.