degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
16 lines • 376 B
text/typescript
export type TransactionType = {
buysell: string,
counterParty: string,
date: string,
id: number,
orderTypeId: number,
price: number,
productId: number,
quantity: number,
total: number,
totalInBaseCurrency: number,
totalPlusFeeInBaseCurrency: number,
tradingVenue: string,
transactionTypeId: number,
transfered: boolean
}