degiro_api 0.6.0-dev.1 degiro_api: ^0.6.0-dev.1 copied to clipboard
Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.
0.6.0 #
0.6.0-dev.1 #
-
Add new properties to
PortfolioPosition
model:plBase
todayPlBase
latestValue
todayPl
totalPl
unrealizedPl
-
Improve
PortfolioPosition
documentation. -
Added new example './example/examples/get_balance_overview.dart'.
0.5.2 #
0.5.2 #
- Bugfix during portfolio positions processing for fields:
breakEvenPrice
realizedProductPl
todayRealizedProductPl
- Update .gitignore
0.5.1 #
- Internal fixes: auto generated files implementation
0.5.0 #
- Add 'freezed' package as model handler:
DegiroApi models now havefromJson
andtoJson
methods.
0.4.1 #
0.4.1 #
- Change license from Apache 2 to MIT
0.4.0 #
- New
isOpen
getter for PortfolioPosition class:
true if the portfolio position is currently open on the market otherwise false - New
includeCash
named parameter for portfolioPosition method:
if true, the method adds the account cash position to the result. false as default. - Internal code improvements and update documentation
0.3.1 #
0.2.1 #
0.0.1 #
- Initial version, features:
- login
- logout
- portfolio positions