https://github.com/gsdevme/trading212-to-stockopedia
Trading212 to Stockopedia
https://github.com/gsdevme/trading212-to-stockopedia
Last synced: 4 months ago
JSON representation
Trading212 to Stockopedia
- Host: GitHub
- URL: https://github.com/gsdevme/trading212-to-stockopedia
- Owner: gsdevme
- Created: 2021-11-02T03:37:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T21:15:46.000Z (over 3 years ago)
- Last Synced: 2024-06-21T09:40:21.695Z (almost 2 years ago)
- Language: Go
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trading212 to Stockopedia
This allows you to export a CSV from trading212.com and import it directly into a Folio on stockopedia.com
It requires your Stockopedia username & password to map the securities into Google Tickers.
# Usage
### Container
```bash
docker run --rm --env-file stocko.env -v $(pwd):/tmp \
gsdevme/trading212-to-stockopedia:latest convert \
--file /tmp/from_2021-02-01_to_2021-11-01_MTYzNTgyNTYwMjE2Mg.csv
```
```bash
./trading212-to-stockopedia convert -h
Usage:
Trading212 convert [flags]
Flags:
--file string The path to the CSV to convert
-h, --help help for convert
--password string Password for stockopedia
--username string Username for stockopedia
```