markwragg / PowerShell-CurrencyConverter

A PowerShell wrapper for the currency conversion APIs provided by ExchangeRate-API.
https://www.exchangerate-api.com
8 stars 0 forks source link

Could you please add cryptocurrency as well? #1

Closed KurtDeGreeff closed 5 months ago

KurtDeGreeff commented 9 months ago

I'm wondering if the api also provides cryptocurrencies like Bitcoin, Ethereum,..

markwragg commented 9 months ago

The API that this module depends on doesn't currently provide cryptocurrency rates. It wouldn't be too difficult to implement a wrapper for another API that does provide them though.

markwragg commented 5 months ago

The module now supports crypto currencies via the CoinBase API. There are 3 new cmdlets: Convert-CryptoCurrency, Get-CryptoCurrency and Get-CryptoExchangeRate that support the conversion of crypto and non-crypto currencies. I've also updated Format-Currency to support formatting some crypto currency symbols.

Update to version 0.0.7 of the module to get the new cmdlets: https://www.powershellgallery.com/packages/CurrencyConverter/0.0.7