Skip to main content

French Crypto Tax Return for Humans

Project description

Coin2086: French Crypto Tax Return for Humans

Coin2086 is as Python module that helps French tax residents to fill their crypto-currency tax return (Formulaire n°2086).

French tax authorities requires tax residents to provide a lot of information for each crypto-currency sale they performed during the last tax year. Coin2086 simply takes your trades as input, and returns a DataFrame with all the information you need to report on Formulaire n°2086.

It's that easy !

Documentation on Read The Docs

Installation

pip install coin2086

Basic Usage

    import pandas as pd
    import coin2086
    trades = pd.read_csv('trades.csv')
    form2086, tax_base = coin2086.compute_taxable_pnls(trades, 2020)
    expected_tax = 0.3 * tax_base
    print(f"Taxable base for 2020 crypto-currency sales: {tax_base:.2f}")
    print(f"Expected tax amount: {expected_tax:.2f}")
    print("Information that needs to be reported on Formulaire n°2086")
    print(form2086)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coin2086-0.1.0.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

coin2086-0.1.0-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page