icastillejogomez / degiro-api

Unofficial DeGiro stock broker API. See your portfolio and set up orders in the market like wall street
MIT License
194 stars 29 forks source link

Values from Account Summary #34

Open soltex1 opened 2 years ago

soltex1 commented 2 years ago

How do I get these 6 values from the top left UI?

  1. balance
  2. available to trade
  3. portfolio
  4. money overview
  5. day P/L
  6. Total P/L

Captura de ecrã de 2022-01-13 19-03-17

BobKooistra commented 1 year ago

Hi icastillejogomez (and soltex1), I have the same question as asked in this closed issue. Can you share the answer or solution to this question? Or can you indicate where the answer can be found? I have no idea where to look. Thank you in advance.

icastillejogomez commented 1 year ago

Hello guys, I did found an endpoint to retrieve this information. We need to inspect the degiro web api usage and see how they fetch that information (which endpoint they use and how they call it) before implementing that feature on this repository. I'm going to re-open this issue for a week to see if someone can provide to us this information and plan the implementation.

BobKooistra commented 1 year ago

Hello icastillejogomez, Thank you for your answer and effort. I've been searching the web interface myself but can't find which api is used to retrieve this info. I can find the relevant field in the source, but can't find the connection to an api. I lack the knowledge for that. Would really appreciate it if someone could clarify that. Gr, Bob