bahibio_price: Current price of crypto assets

Description Usage Arguments Value Author(s) Examples

Description

Current price of crypto assets

Usage

1
2
3
4
  bahibo.price( name="Name",
                symbol="Symbol",
                currency="EUR"))
  

Arguments

name

a character string. Use bahibo.coins() to see all available coins

symbol

a character string. Use bahibo.coins() to see all available coins and symbols

currency

You can use EUR, USD and CHF

Value

For more information use https://bahibo.com/. And if you need other currenciesthen please write me a comment on my website and I will add the coin as soon as possible.

Author(s)

S.Baartz

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# load data
bahibo.names() #shows you which coins are available with names and symbols

# load prices
bahibo.price(name="Bitcoin",currency="USD") #Bitcoin price in USD
bahibo.price(symbol="UNI",currency="CHF") # Uniswap price in CHF

# load all data
bahibo.price(currency="EUR") # you get all current data in EUR


  

StephanBahibo/Bahibo documentation built on Feb. 13, 2022, 9:13 a.m.