Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Alex edited this page Jan 25, 2022 · 1 revision

Introduction

Crypto To Fiat Currency is gem for easy access to fiat value of any coin. You can just check prices from terminal, or loop every N seconds and export data to .csv table. This makes it great for standard use-cases where you just want to know a coin price, but also for data gathering.

It's easily extendible, MIT licensed, as well as all dependencies, so you are free to use it in your own projects! For now it only use cryptocompare.com api, but more will be added soon.

Clone this wiki locally