This tool automatically add all of your trades into a Sharesight portfolio.
If you are interested in investing from New Zealand here some useful referral links:
The referral link offers you $5.00
The referral link offers you 10% off annual billing
$10 when depositing $100 or more
The referral link offers you a Gopro, Dropbox or Nike free stock! Sharesight can parse the email as a portfolio email
Ethereum wallet (Etherscan api) Sharesies wallet Csv file
Ensure you have dotnet 5 installed: https://dotnet.microsoft.com/download
scripts/build.cmd
scripts/run.cmd
Yes you can!
scripts/setup-service.cmd
(this has to be ran as Administrator) It will automatically setup this tool as a windows service. The Service will then automatically sync payments every one hour.
To be able to use this soft you need to ask Sharesight API access. then just fill the config file with at least one Exporter
config.yml
Exporters:
- ExporterType: Sharesies
Email: ''
Password: ''
PortfolioId: ''
- ExporterType: Ethereum
EtherscanApiKey: ''
Addresses:
- ''
PortfolioId: ''
- ExporterType: Csv
Path: 'import.csv'
PortfolioId: ''
Importers:
- ImporterType: Sharesight
CliendId: ''
ClientSecret: ''
- ImporterType: Csv
Path: 'export.csv'