get_portfolio_history
Get Alpaca portfolio history for the configured account.
Documentation Index
Fetch the complete documentation index at: https://opentools.page/docs/llms.txt
Use this file to discover all available pages before exploring further.
alpaca_get_portfolio_history
include/exclude: filter which tools are exposed (use full names likealpaca_get_portfolio_history).minimal: omitproviderandprovider_fieldswhenTrue.paper: use Alpaca paper trading instead of live trading.
Body
This is a request to obtain information. Your API keys are required.
Duration like '1D', '1W', '1M', '3M', '1A'.
Resolution: '1Min', '5Min', '15Min', '1H', '1D'.
Intraday reporting mode (provider dependent).
Start timestamp (RFC3339).
End timestamp (RFC3339).
PnL reset mode (provider dependent).
Cashflow filter (provider dependent).
Response
PortfolioHistory (OpenTools trading schema).
Trading provider identifier. Omitted when minimal=True.
Timeframe / resolution used for sampling (e.g. '1Min', '1H', '1D').
Starting equity value used as a baseline for P&L.
Timestamp corresponding to base_value.
Equity and P&L points over time.
Additional provider-specific fields. Omitted when minimal=True.