Description Usage Arguments Value Author(s) Examples
Current price of crypto assets
1 2 3 4 | bahibo.price( name="Name",
symbol="Symbol",
currency="EUR"))
|
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 |
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.
S.Baartz
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.