Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 780 Bytes

File metadata and controls

16 lines (11 loc) · 780 Bytes

ReBot Currency Plugin

This service can be used to get current rate of a specific currency, exchange rate, currency name, etc.

This plugin is based on the ECB rates: http://www.ecb.europa.eu/stats/eurofxref/

This service's available commands are:

  • /currency BRL - returns the BRL value based on USD, Also accepts more than one like BRL, EUR, GBP\n");
  • /currency base BRL USD,GBP,AUD - returns the values of USD, GBP and AUD based on BRL\n");
  • /currency exrate 100USD-GBP - calculate the exchange rate of 100 USD to GPB\n");
  • /currency get - returns all supported currencies");
  • /currency name EUR - returns the EUR currency name");

Did you find a bug or do you have a suggestion?

Feel free to raise a issue.