API Portfolio Value call not matching Account Dashboard Portfolio Value

On the Account Dashboard, the Portfolio Value being shown is :$2,456.11

When I pull by API call account.portfolio_value, the value is $3,033.81 and is the same value matching the Account Equity of $3,033.81.

I am expecting that the API should be providing Portfolio Value as $2,456.11 as indicated on the website, and not the same value as the Equity. Any ideas why I am not getting the correct Portfolio Value number as it shows on my Account Dashboard?

Thanks…
LF

Not knowing if this will be fixed anytime soon, I changed my function to pull the account.equity - account.cash to determine the value of the Portfolio Value instead that way.