degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
23 lines (20 loc) • 435 B
text/typescript
// {
// "portfolio": [
// {
// "name": "positionrow",
// "id": 1156604,
// "value": [
// {
// "name": "id",
// "value": "1156604",
// "isAdded": true
// },
// {
// "name": "product",
// "value": "DEUTSCHE BANK AG COMMO",
// "isAdded": true
// },
// ...
export type PortfolioPositionType = {
foo?: string,
}