PyHodl
0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Classes | |
class | CoinPricesTable |
class | DatetimeTable |
class | MarketDataTable |
Functions | |
def | get_coin_prices_table (currency="USD") |
Variables | |
COINS_PRICES_TABLE = CoinPricesTable("USD") | |
def pyhodl.data.tables.get_coin_prices_table | ( | currency = "USD" | ) |
:param currency: str Convert price to this currency :return: CoinPricesTable Database of price
pyhodl.data.tables.COINS_PRICES_TABLE = CoinPricesTable("USD") |