Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Python and yfinance

Hello everybody,   I write a very simple code (python) with yfinance import yfinance as yf data = yf.download("ALO.PA", period="1d", interval="1h") print (data)   On BI I use the plugin candl...