Skip to content
  1. Aug 25, 2023
  2. May 23, 2023
  3. May 02, 2023
  4. Apr 08, 2023
  5. Mar 05, 2023
  6. Feb 12, 2023
  7. Feb 11, 2023
  8. Feb 10, 2023
  9. Feb 04, 2023
  10. Jan 29, 2023
  11. Jan 27, 2023
  12. Aug 08, 2022
  13. Jul 11, 2022
  14. Jul 07, 2022
  15. Jun 27, 2022
  16. May 23, 2022
  17. May 09, 2022
  18. Apr 13, 2022
  19. Feb 18, 2022
  20. Nov 24, 2021
  21. Oct 13, 2021
    • sfartit's avatar
      [degiro] Login fix · c6f1daeb
      sfartit authored and hydrargyrum's avatar hydrargyrum committed
      `response.status_code=412` is not an error.
      When encoutering a joint account, we will be asked to select
      a person to login as.
      We just want to finish the login and not to raise anything.
      c6f1daeb
    • sfartit's avatar
      [degiro] Joint accounts need identity check · cd467e84
      sfartit authored and hydrargyrum's avatar hydrargyrum committed
      After the first post in a joint account, we get a json containing IDs of
      the account holders. Then we need to make a second post to send the
      ID of the user trying to log in.
      
      A new rule related to conformity (cf: MiFIR )
      cd467e84
  22. May 10, 2021
    • nvergnac's avatar
      [degiro] Filter investments with a quantity equal to 0 · 4cc28a8a
      nvergnac authored and hydrargyrum's avatar hydrargyrum committed
      Some investments are displayed multiple times in the json file
      
      We add the quantity (negative or positive) to have the final value
      
      We filter the investments that have a quantity to 0 because it means the position is closed on the website
      4cc28a8a
  23. Apr 11, 2021