Skip to content

Commit d9664f5

Browse files
authored
docs: Update README.md with transfer funds
1 parent b2d3b6d commit d9664f5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The first goal of this project was creating an automated [DCA (Dollar Cost Avera
2121
- [Get your accounts](#get-your-accounts)
2222
- [Place an order](#place-an-order)
2323
- [Quote 🥷](#quote)
24+
- [Transfer funds](#transfer-funds)
2425
- [DCA](#dca-dollar-cost-averaging-investing)
2526
- [Security](#security)
2627
- [Disclaimer](#disclaimer)
@@ -127,6 +128,15 @@ INFO bourso_cli > Average quote: 494.5348136363637
127128
```
128129
Subcommands available: `highest`, `lowest`, `average`, `volume`, `last`
129130

131+
### Transfer funds
132+
Transfer 10€ between your accounts:
133+
```
134+
./bourso-cli transfer --account a583f3c5842c34fb00b408486ef493e0 --to b419f2d28010bafb331badef11bba51e --amount 10
135+
```
136+
*Tip: You can get the accounts ids from the [`accounts` command](#get-your-accounts)*
137+
138+
Amount can be a decimal with minimum being 10,0€.
139+
130140
### DCA (Dollar Cost Averaging) investing
131141

132142
You can use this script to do DCA investing. For example, if you want to buy 1 share of the ETF "1rTCW8" (AMUNDI MSCI WORLD UCITS ETF - EUR) every month, you can use a cron job to run the script every month.

0 commit comments

Comments
 (0)