UNPKG

degiro-api

Version:

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

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