Returns mark-to-market valuations for positions, including market value and unrealized P&L. Supports historical queries via as_of_time or as_of_date parameters.
Required. Fully qualified resource name of the account. Example: "firms/ISV-Alice/accounts/alice-trading-account"
Optional. Filter by symbol.
Optional. Query valuations as of this timestamp. If set, returns historical position valuations. Mutually exclusive with as_of_date.
Year for end-of-trading-day valuation query (e.g., 2026). Use with as_of_date.month and as_of_date.day.
Month (1-12) for end-of-trading-day valuation query.
1 <= x <= 12Day (1-31) for end-of-trading-day valuation query.
1 <= x <= 31Optional. Method for determining mark price. Default is LAST. MarkPriceType specifies how the mark price is determined. LAST uses last traded price, VWAP uses volume-weighted average price (notional / volume), MID uses mid price ((high + low) / 2).
MARK_PRICE_TYPE_LAST, MARK_PRICE_TYPE_VWAP, MARK_PRICE_TYPE_MID Optional. Include positions with zero quantity. Default is false.