Currency Chart - show rates for needed currency and dates range as a chart. If you want to have the last available date on the chart always then set Date end parameter far in the future. Last Rates - show rates for needed date. Set the date far in the future if you want to show last rates always. Currency Converter - allow to calculate any amount in different currencies using last available rates in the table. Currency Chart shortcode using Currency Chart - show rates for needed currency and dates range as a chart. If you want to have the last available date on the chart always then set Date end parameter far in the future. Allowed parameters: - "date_begin" (YYYY-MM-DD). - "date_end" (YYYY-MM-DD). If you want to have the last available date on the chart always then set this parameter far in the future. - "currency" (3 symb ISO from the list - 'USD','EUR','AUD','HKD','CAD','NZD','SGD','HUF','CHF','GBP','UAH','JPY','CZK','DKK','ISK','NOK','SEK','RON','BGN','TRY','ILS','CLP','PHP','MXN','ZAR','BRL','MYR','IDR','THB','INR','KRW','CNY','XDR') Examples of use: [anbp_currency_chart] - Will show the whole available period chart for default currency - USD. [anbp_currency_chart date_begin="2024-01-01" date_end="2100-01-01" currency="EUR"] - Will show the chart from 2024-01-01 till last available date for currency - EUR. Last Rates shortcode using Last Rates - show rates for needed date. Set the date far in the future if you want to show last rates always. Allowed parameters: - "currencies". The coma separated 3 symbols ISO list of currencies. Available currencies - ('USD','EUR','AUD','HKD','CAD','NZD','SGD','HUF','CHF','GBP','UAH','JPY','CZK','DKK','ISK','NOK','SEK','RON','BGN','TRY','ILS','CLP','PHP','MXN','ZAR','BRL','MYR','IDR','THB','INR','KRW','CNY','XDR'). - "date" (YYYY-MM-DD). Set this parameter far in the future if you want to have the last available date always. Examples of use: [anbp_last_rates] - Will show the table with list of all available in the plugin currencies for last available date in database. [anbp_last_rates currencies="EUR, USD, GBP" date="2025-02-10"] - Will show the table of rates for 3 currencies EUR, USD, GBP for 2025-02-10 or last available date in the DB. Currency Converter shortcode using Currency Converter - allow to calculate any amount in different currencies using last available rates in the table. Allowed parameters: - "currencies". The coma separated 3 symbols ISO list of currencies. Available currencies - ('USD','EUR','AUD','HKD','CAD','NZD','SGD','HUF','CHF','GBP','UAH','JPY','CZK','DKK','ISK','NOK','SEK','RON','BGN','TRY','ILS','CLP','PHP','MXN','ZAR','BRL','MYR','IDR','THB','INR','KRW','CNY','XDR'). Examples of use: [anbp_currency_converter] - The calculation list will include all currencies available in the system. [anbp_currency_converter currencies="EUR, USD, GBP"] - The calculation list will include only 3 currencies from the list EUR, USD, GBP and PLN as a base currency.