cryptocurrency-portfolio
Here are 22 public repositories matching this topic...
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
-
Updated
Dec 7, 2018 - JavaScript
Crypto Coin Portfolio Manager - Track all of your Bitcoin and crypto coin investments
-
Updated
Sep 11, 2020 - JavaScript
Simple, yet powerful web app for automatic cryptocurrency portfolio tracking
-
Updated
Aug 1, 2020 - JavaScript
Invizi is a private cryptocurrency tracker. All your data is stored locally, encrypted and never leaves your computer. Invizi is 100% free.
-
Updated
Aug 31, 2020 - JavaScript
A micro-services based system for indexing cryptocurrencies
-
Updated
Oct 21, 2019 - Kotlin
AltStalker.com a crypto currency tracking and portfolio site
-
Updated
Dec 15, 2017
An automatic portfolio tracker on top of Google sheets.
-
Updated
Jan 15, 2018 - JavaScript
Cryptocurrency portfolio tracking command line app
-
Updated
Sep 7, 2020 - Rust
Awesome/Repo List of the cryptocurrencies in the github.
-
Updated
Jul 1, 2019
Cryptocurrency Simulator: Invest fake money and play your strategies without risking real money
-
Updated
Mar 19, 2018 - PHP
A full-stack web app to manage and display your cryptoportfolio
-
Updated
Sep 1, 2020 - JavaScript
The definitive listing of every cryptocurrency service; including their capabilities, fees, currencies, withdrawal process, etc.
-
Updated
Dec 7, 2018
Tradano - Simple Cryptocurrency Trade Portfolio Tracker
-
Updated
Sep 12, 2020 - HTML
A cryptocurrency portfolio that allows you to keep track of the value of all of your crypto holdings in one place. Simply add which coins you hold and the amount you're holding, and you can follow the performance of your coins in real time. ... Compare your crypto investments to see which coins are performing the best.
-
Updated
Jul 9, 2020 - CSS
Cryptocurrency portfolio tracker with a unique capture feature.
-
Updated
Jul 16, 2020 - JavaScript
Monitor via an Angular web interface the value of your cryptocurrency assets.
-
Updated
Apr 24, 2018 - TypeScript
$ gpg --verify EmeraldWallet-win-xxxxxxxx.exe.sig
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBFdZbQcBEAC/LjgKVHd69t/m9G4gtkghPTo16ZiwzuHWB6O2KN8xkUtnE2hR KZOXN16ECFGY7HW6chDNiiF/lMKmdlOpA5kfiurAoMpxE/wxLmdONL1cGgRZ64p9 ht3W3uw5Um4DW8Y//PZSXcAJpUBrrcH7Zu8afkNkceneBcfMO73aRM+o4WvsJuGc hP5Yrv0tp5ykr9ImHnZTPJ98cuIsDDDbhp63WN8dPk1NJ1noQk46VMKoAo8wHy4O YqcuJW2vZqi9/e5ZnD9qAWGIz4A3YDcqBfC+F+0PmHQXOCZy
Cryptocurrency price tracking and portfolio app in Android
-
Updated
Jun 24, 2018 - Java
Improve this page
Add a description, image, and links to the cryptocurrency-portfolio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptocurrency-portfolio topic, visit your repo's landing page and select "manage topics."


Abstract
At the moment we completely rely on etherscan in order to query the nearest timestamp
https://github.com/rotki/rotki/blob/8857de2fcfb4bf14e2cc7f9a30a5680fb11e1140/rotkehlchen/externalapis/etherscan.py#L431-L447
We could make a more abstract function and place it in the ethereum manager class: https://github.com/rotki/rotki/blob/8857de2fcfb4bf14e2cc7f9a30a5680fb11e1140/rotkehl