Hello everyone,

I'm pretty new to Quantconnect even though I have had an account for ages.

Right now, I would like to build an algo for some ETFs that are not included in Quantconnect's database. I first thought about downloading the data from the ETF's provider (iShares, Amundi, etc.), prepare it on my computer, upload it somewhere and finally implement something like in this example:

https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/CustomDataNIFTYAlgorithm.py

However, I came across this Python package called investpy, that allows to get data from the investing.com site. Has someone already used it and can provide some examples? Can you give some links to documentation/ideas for me to implement it?

Thank you very much.