This repo will contains all my scripts that import transactions from investments brokers (crypto, bank, etc)
A mobile application where you can DCA your bitcoin.
Please use my Referral link if you're not registered on Bitstack-app and you would like to DCA some BTC (+5€ each).
pipenv shell
pipenv install
cp settings.conf.example settings.conf
Modify values in file settings.conf and then launch your script on a previously downloaded transaction history csv.
python bitstack_app.py bitstack_2023.csv
Go to Ghostfolio.
Click Accounts.
Select your account where you want to import transactions.
In your browser URL, you will see something like:
https://domain/en/accounts?accountId=<my_account_id_is_here>&accountDetailDialog=true
It is in the URL.
That's the token you got when you first installed your server. It's a very long token
On your mobile app, select Compte (or maybe Account)
Documents
Relevés de compte (or maybe Account reporting)
Select the year or the month and then Export CSV.
Well, manually for the moment. I've asked an API key to Bitstack-app devs but it doesn't exist for now. So it's sending reports to my email address and I will retrieve them manually. Maybe use paperless-ngx to consume automatically the CSV ? Well, waiting for the API Key