UNPKG

degiro-api

Version:

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

11 lines (7 loc) 198 B
import DeGiro from '../src/main' (async () => { const degiro: DeGiro = new DeGiro({}) await degiro.login() const accountInfo = await degiro.getAccountInfo() console.log(accountInfo) })()