PortfolioAnalyst

Position's Transaction History

transaction history for a given number of conids and accounts. Types of transactions include dividend payments, buy and sell transactions, transfers.

post/pa/transactions

Request body

acctIdsstring[]
conidsnumber[]
currencystring

optional defaults to USD.

daysnumber

optional, default value is 90

Example request

{
  "currency": "USD",
  "days": 7
}

Response

returns an object

idstring

will always be getTransactions

currencystring

same as request

includesRealTimeboolean

Indicates whether current day and realtime data is included in the result

fromnumber

Period start date. Epoch time, GMT

tonumber

Period end date. Epoch time, GMT

Changes

No recorded changes to this endpoint across all 1 revision of this API.