Get Account Balance History

Hello. Is there a way to get history on your account balance similar to how trade history is retrieved (Get All Orders)? Possibly a periodic balance history that may be used to create the total account value in the Alpaca Markes Dashboard? Thank you.

@Dan_Whitnable_Alpaca, if you have time could you weigh in here? I posted this because I ran into a problem where my local trade history that I kept for comparison got out of sync with Alpaca’s data and without account balance history I was unable to get to the bottom of the problem.

Thanks,
Trevor

@trevdawg122 Take a look at the Portfolio History endpoint.

GET https://paper-api.alpaca.markets/v2/account/portfolio/history?period=200D&timeframe=1D&intraday_reporting=market_hours&pnl_reset=per_day'

That has a field for end of day equity which may help.

1 Like