Hi everyone,
I am new to the world of Python. I have seen that Python is also widely used in finance, so I would like to ask you if with this language it is possible to do what I am looking for.
For my initial project, I would like to automatically import stock market data from the year 2000 into a LibreOffice spreadsheet.
Once acquired, I would like for each financial instrument (stocks, commodities, ETF, FX, etc.) to be presented a row with the following columns:
- Ticker
- Company name
- Country
- Sector
- Minimum value reached from 2000-01-01 to date
- Maximum value reached from2000-01-01 to date
- Maximum loss from 2000-01-01 to date
I would therefore like to ask you:
- Is it possible to import data with Python and “transfer” it into a LibreOffice Calc sheet?
- Also, is it possible to capture data with Python that goes so far back in time?
Thanks in advance to anyone who has read this far!