Currency Rate Widget fetches up-to-date currency exchange rates and the official policy interest rate directly from the Central Bank of the Republic of Turkey (TCMB) XML service. No API key is required; it is completely free and open-source.
Thanks to its advanced admin settings panel, you can customize every detail, from font sizes and hover effects to status colors and price display preferences, making it match your website’s exact design.
Features:
* 3 different view layouts: Horizontal Bar, Auto-scrolling Ticker, and Modern Card Grid
* Supported assets: USD, EUR, GBP, CHF, JPY, SAR, XAU (Gold Gram), and INTEREST (CBRT Policy Interest Rate)
* Toggle buying and/or selling prices on the front-end
* Advanced Font Settings: Customize font family, size, weight, and font color
* Custom Trend Colors: Choose separate colors for uptrend, downtrend, and stable rates
* Hover background color effect control for layout items
* Optional CBRT source notice and last successful update timestamp on the front-end
* Smart caching system (via WordPress transients) to prevent server overload
* Shortcode support for easy placement in any page, post, or widget area
* Fully responsive and mobile-friendly layouts
Basic usage (uses default settings saved in the admin panel):
[doviz_kuru]
Advanced usage with parameters:
[doviz_kuru style=”bar” kurlar=”USD,EUR,GBP,XAU,INTEREST” color=”#1F89FF” show_buy=”yes” show_sell=”yes”]
Ticker (scrolling banner) mode:
[doviz_kuru style=”ticker” kurlar=”USD,EUR,GBP,INTEREST”]
Modern Card Grid layout:
[doviz_kuru style=”card” kurlar=”USD,EUR,GBP,XAU” show_buy=”no”]
style – Defines the view layout. Options: bar, ticker, card. (Default: bar)kurlar – Comma-separated currency or asset codes. Options: USD, EUR, GBP, CHF, JPY, SAR, XAU, INTEREST. (Default: USD,EUR,GBP,XAU,INTEREST)color – Primary theme color code in hex format. (Default: #1F89FF)bg_color – Background color of the bar or card items in hex format. (Default: #ffffff)show_buy – Show or hide the buying price. Options: yes, no. (Default: yes)show_sell – Show or hide the selling price. Options: yes, no. (Default: yes)