eprbell / dali-rp2

DaLI (Data Loader Interface) is a data loader and input generator for RP2 (https://pypi.org/project/rp2), the privacy-focused, free, open-source cryptocurrency tax calculator: DaLI removes the need to manually prepare RP2 input files. Just like RP2, DaLI is also free, open-source and it prioritizes user privacy.
https://pypi.org/project/dali-rp2/
Apache License 2.0
66 stars 42 forks source link

Implement fiat pair converter plugin #50

Closed macanudo527 closed 2 years ago

macanudo527 commented 2 years ago

Since the CCXT library does not have a forex exchange connected to it #48 , we will need to implement another solution to convert between different kinds of fiat. exchangerate.host seems to be a free and easy to implement solution for the time being.

We will need to create a simple converter plugin that makes use of the JSON calls and not require other packages.

macanudo527 commented 2 years ago

This will need to be rolled into the CCXT plugin or the abstract pair converter plugin itself.