degiro_api 0.5.0 copy "degiro_api: ^0.5.0" to clipboard
degiro_api: ^0.5.0 copied to clipboard

Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.

0.0.1 #

  • Initial version, features:
    • login
    • logout
    • portfolio positions

0.2.0 #

  • New features added:
    • transactions
    • search products
    • account cash movements

0.2.1 #

  • Fixes to pass static analysis

0.3.0 #

  • New isLoggedIn getter to know if the user has logged in
  • Rework of the instance getter to make it really null safety

0.3.1 #

  • Update APIs documentation
  • Fix CHANGELOG file
  • Rename 'showDegiroMovements' parameter of 'cashMovements' method in 'showFlatexMovements'

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.4.1 #

  • Change license from Apache 2 to MIT

0.5.0 #

  • Add 'freezed' package as model handler:
    DegiroApi models now have fromJson and toJson methods.
2
likes
0
pub points
30%
popularity

Publisher

unverified uploader

Unofficial Degiro APIs. A Dart wrapper to use the Degiro APIs in a simple way.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, freezed_annotation, json_annotation, multiple_result

More

Packages that depend on degiro_api