Get portfolio value difference between two dates

I’d like to be able to get the portfolio value increase/decrease between two dates, not including deposits and withdrawals. This could be it’s own endpoint or I could calculate it myself but there is no endpoint for viewing deposits/withdrawals and no endpoint for historic portfolio values.

I’m using https://github.com/alpacahq/alpaca-trade-api-js

Thanks for all your hard wor k everyone at Alpaca!

1 Like

Account Activities API has been release recently with which you can get settled transfer records as well.

In the case of JS SDK, here is the link.

Thank you!
This worked in my live account where I have deposits.
As a lower priority, it would be nice to be able to create or at least see fake deposits in your paper account, but that isn’t very important.
Thanks for your prompt response!