# AccountValueHistoryData
## Properties
**timestamp_millis** | **i64** | Timestamp in milliseconds since Unix epoch. |
**unrealized_pnl_e9** | **String** | Unrealized PnL at this timestamp (e9 format). |
**value_e9** | **String** | Account value at this timestamp (e9 format). |
**accumulated_pnl_e9** | **String** | Accumulated PnL at this timestamp (e9 format). This is the cumulative sum of all period PnLs up to this point. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)