Converts Trading 212 CSV files to different formats such Yahoo Finance CSV
- Copy
config.ini.sampletoconfig.ini - Export CSV files from Trading212 app
- Download them to
inputfolder - You can export and download multiple files
- Overlapping dates are okay
- Download them to
Just run python3 main.py
Trading 212 and Yahoo Finance use different tickers / symbols for some equities. This will affect if you have any European equities in your trades. If there's an issue, the script will tell you to manually map the required tickers.
- For example,
VEUR needs manual mapping! - You need to manually find the ticker for this on Yahoo Finance (
VEUR.AS) - Add a line mapping them at the end of the
config.inifile (VEUR=VEUR.AS)
Star the repo to show support