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.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

coin2086-0.1.1-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file coin2086-0.1.1.tar.gz.

File metadata

  • Download URL: coin2086-0.1.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.0-6-amd64

File hashes

Hashes for coin2086-0.1.1.tar.gz
Algorithm Hash digest
SHA256 10107bc682ab6c429f9734040116d282868a1df0b0ae334146e2083bf62bbbb7
MD5 1f03762b72b97fcdd4ddc997302f63a6
BLAKE2b-256 94581edf80e472adaf32c8bba931e5093c8ab5332883f54e160988e376b7c513

See more details on using hashes here.

File details

Details for the file coin2086-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: coin2086-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.0-6-amd64

File hashes

Hashes for coin2086-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 016615ed3a0617369834cb86bac3487e044e464cecf5a35d705e11c89d89ab46
MD5 6cc91a5f2f534cfb50b403c0ae1fff86
BLAKE2b-256 399b3891dcd7bcc008f1ce0598b44fe29eb0e400468d1da88829078d2b057af2

See more details on using hashes here.

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