All Periods
Returns the performance across all available time periods for the given accounts, if more than one account is passed, the result is consolidated.
POST /pa/allperiods
Request Object
Body Parameters
acctIds: Array of Strings. Required
Include each account ID to receive data for.
Python
Abap
Response Object
currencyType: String.
Confirms the currency type.
If trading exclusively in your base currency, “base” will be returned.
rc: int.
Returns the data identifier (Client Portal Only).
view: Array of Strings.
Returns the accounts included in the response.
nd: int.
Returns the total data points.
id: String.
Returns the request identifier.
Internal use only.
included: Array of Strings.
Returns the accounts included in the response.
pm: String.
Portfolio Measure. Used to indicate TWR or MWR values returned.
{AccountID}: Object.
Returns the account identifier for the referenced object.
{Period Value}: Object.
Designates the period the data covers.
Potential Values: “1D”,“7D”,“MTD”,“1M”,“YTD”,“1Y”
{
nav: Object.
Net asset value data for the account or consolidated accounts. NAV data is not applicable to benchmarks.
cps: Array of Integers.
Returns an array containing Cumulative performance data over the period.
freq: String.
Displays the values corresponding to a given frequency.
dates: Array of Strings.
Returns the array of dates corresponding to your frequency, the length should be same as the length of returns inside data.
startNAV: Object.
Returns the intiial NAV available.
{
date: String.
Returns the starting date for the request.
val: int.
Returns the Net Asset Value of the account.
}
}
periods: String.
Returns the period ranges included in the response.
start: String.
Returns the starting value of the value range.
end: String.
Returns the end of the available frequency.
baseCurrency: String.
Returns the base currency used in the account.

