# Currency Operations used to manage currency conversion for the database. These are used when multiple currencies are used in a database. ## Getting Currency - [GET /currency](https://developer.yellowdogsoftware.com/fetch/api/currency/get-currency.md) ## Creating new Currency Exchange Rate - [POST /currency](https://developer.yellowdogsoftware.com/fetch/api/currency/post-currency.md) ## Updating existing Currency Exchange Rate - [PUT /currency](https://developer.yellowdogsoftware.com/fetch/api/currency/put-currency.md) ## Bulk delete Currency Exchange Rates - [DELETE /currency](https://developer.yellowdogsoftware.com/fetch/api/currency/delete-currency.md) ## Getting Effective Exchange Rate - [GET /currency/effectiveExchangeRate/{currencyCode}](https://developer.yellowdogsoftware.com/fetch/api/currency/get-currency-exchange.md) ## Getting Currency by Id - [GET /currency/{id}](https://developer.yellowdogsoftware.com/fetch/api/currency/get-currency-byid.md) ## Deleting a Currency Exchange Rate - [DELETE /currency/{id}](https://developer.yellowdogsoftware.com/fetch/api/currency/delete-currency-byid.md)