Trading data within your broker doesn't give you enough information to run a trading system. This imports your trading data from your broker into your trading system so that you can then more accurately analyse your trading portfolio.
Clone or download the trading-start importer.
Configure where your trading platform is to import your data
config.json
Download & Run to import trading data from your broker.
node index.js --file --holdings --transactions --account
In order to pull data directly from the broker, omit the --file flag You will be asked for credentials in order to retrieve trading data.
node index.js --holdings
Node.js/npm
Download/clone trading-start. Add to path.
git clone https://github.com/smacken/trading-start.git
Configure the location/destination of your trading system to import data to
config.json > 'sourcePath', 'destinationPath'
From Commsec data will usually come to /Downloads as Holdings().csv, Transactions().csv, or CSVData.csv
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Commsec - Commsec API
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Scott Mackenzie - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- mmmm