Chavithra / degiro-connector

This is yet another library to access Degiro's API.
BSD 3-Clause "New" or "Revised" License
215 stars 47 forks source link

Historical prices? #108

Closed AlphaJack closed 9 months ago

AlphaJack commented 1 year ago

Is there a way to obtain historical prices for a product given a specific date or a date interval?

dmenig commented 1 year ago

I'm interested in this too

Chavithra commented 9 months ago

Hello @AlphaJack,

these are the Chart related methods.

I have just improved the Chart formatting : you should be able to retrieve and have a formatted DataFrame version of these timeseries.

I hope the documentation and the examples are explicit enough.

Let me know if you need more information.

Thanks

dmenig commented 8 months ago

You didn't link anything @Chavithra

Chavithra commented 8 months ago

@hyperfraise It is the section called 2.3. How to get a Chart ? in the documentation.

Hope that helps