Cost Basis

This endpoint allows users to retrieve the most recent cost basis for positions within a given account.

Cost Basis Headers
Authorization requiredThe access token.
Cost Basis Parameters
account_id string, requiredID of the account.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Cost Basis Response Object Fields
id string, requiredThe ID of the tax lot.
cusip string, requiredCUSIP Identifier
symbol string, requiredSymbol
description stringSecurity description
quantity number, requiredThe cost basis quantity for the tax lot.
market_value numberThe total value of the tax lot.
cost_basis_unadjusted numberUnadjusted Cost Basis
cost_basis_adjusted numberAdjusted Cost Basis
unrealized_gain_loss numberGain or loss not yet realized.
as_of_date string, requiredDate of the record.
open_date string, requiredThe open date of the lot.

This endpoint returns the most recent cost basis for the given account.

Cost Basis Headers
Authorization requiredThe access token.
X-API-Request-ID stringThe household-provided request ID.
Cost Basis Parameters
account_id string, requiredID of the account.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Cost Basis Response Object Fields
id string, requiredThe ID of the tax lot.
cusip string, requiredCUSIP Identifier
symbol string, requiredSymbol
description stringSecurity Description
quantity number, requiredThe cost basis quantity for the tax lot.
market_value numberThe total value of the tax lot.
cost_basis_unadjusted numberUnadjusted Cost Basis.
cost_basis_adjusted numberAdjusted Cost Basis.
unrealized_gain_loss numberGain or loss not yet realized.
as_of_date string, requiredDate of the record.
open_date string, requiredThe open date of the lot.

What’s Next
Did this page help you?