UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

16 lines 349 B
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, }