UNPKG

degiro-api

Version:

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

3 lines 291 B
import { AccountConfigType, AccountDataType, GetPorfolioConfigType } from '../types'; export declare function getPortfolioRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetPorfolioConfigType): Promise<any[]>; //# sourceMappingURL=getPortfolioRequest.d.ts.map