Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koalafolio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koalafolio

portfolio app for crypto trading and tax reporting

  • 0.12.5
  • PyPI
  • Socket score

Maintainers
1

koalafolio


|pypi version| |Language grade: Python| |pypi downloads|

.. |pypi version| image:: https://img.shields.io/pypi/v/koalafolio :target: https://pypi.org/project/koalafolio/ .. |pypi downloads| image:: https://img.shields.io/pypi/dm/koalafolio :target: https://pypi.org/project/koalafolio/#files .. |Language grade: Python| image:: https://app.codacy.com/project/badge/Grade/981a1e11dfdc4369889ff797d37537d9 :target: https://www.codacy.com/gh/2martin2/koalafolio/dashboard?utm_source=github.com&utm_medium=referral&utm_content=2martin2/koalafolio&utm_campaign=Badge_Grade

portfolio for cryptocoins with profit export for tax

.. image:: https://gitea.com/2martin2/koalafolio/raw/branch/master/koalaExample.png

Installation with Pip

  • (opt) install python_ > 3.7 (check with python --version or python3 --version or python3.x --version)
  • (opt) install pip (check with pip --version or pip3 --version)
  • (opt) install microsoft build tools https://visualstudio.microsoft.com/de/visual-cpp-build-tools/
  • install koalafolio for python 3!: (pip install koalafolio or pip3 install koalafolio or python3.x -m pip install koalafolio)
  • run koalafolio from terminal (koalafolio or python -m koalafolio)
  • (opt) update koalafolio (pip install koalafolio --upgrade)

.. _python: https://www.python.org/downloads/

Installation with PipEnv

trade import

import trades from exchanges using their export files supported exchanges:

  • binance (xls)
  • bitcoinde (csv)
  • bitfinex (csv)
  • bitstamp (csv)
  • bittrex (csv)
  • coinbase (buys, sells and merchant payouts)
  • hitbtc (csv)
  • idex (csv)
  • kraken (csv)
  • kuCoin (csv)
  • okex (csv)
  • poloniex (csv)
  • exodus (v1/txs/.json)
  • others could work as well but not tested
  • csv template can be created for manual import

import trades from exchanges using their API: supported exchanges:

  • binance
  • bittrex
  • bitmex
  • coinbase
  • coinbasepro
  • gemini
  • poloniex
  • kraken

import Rewards from Staking Address supported Chains (Blockdaemon Api)

  • Cardano
  • Ethereum
  • Solana
  • Polkadot
  • Polygon
  • Near
  • Avalanche

optional arguments


-h, --help show this help message and exit -v, --version show version of koalafolio -d DATADIR, --datadir DATADIR directory where user data should be stored. make sure it is a valid and writable dir -u USERNAME, --username USERNAME username can be used to switch between different portfolios. username will be added to Datafolder (Data_username), so every user has its own settings, trades, styles and so on

portfolio

load all historical prices from CryptoCompare_ for profit calculation

display balance, ... of all bought cryptocoins

export

export profit made in a specific timeframe using FIFO-method (excel)

  • trades can be splitted in wallets to seperate them for tax calculation. (FIFO for each wallet)
  • language of export english and german (others can be added in translation.txt)

Credits


Thanks to CryptoCompare_

.. _Cryptocompare: https://min-api.cryptocompare.com/

Powered by CoinGecko_ API

.. _CoinGecko: https://www.coingecko.com/en

Gui based on Qt_

.. _Qt: https://www.qt.io/

Thanks to Rotki_

.. _Rotki: https://github.com/rotki

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc