CurrencyRate.Today – Currency Blocks and Widgets
Free: ✨ 5 beautiful currency blocks — 📈 live rates, converter, ticker, card, price badge. 173 currencies, 🔌 15 sources, custom rates. No API key.
Next Milestone 10
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| currency converter | 70 | — | Tag | 1 month ago |
| currency calculator | 82 | — | Tag | 1 month ago |
| exchange rates | 136 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.4
- Last Updated
- Mar 23, 2026
- Requires WP
- 6.3+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- falselight
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about CurrencyRate.Today – Currency Blocks and Widgets
CRToday Currency Proxy: https://crtoday.fex.to/
CurrencyRate.Today: https://currencyrate.today/
Do I need an account or API key?
No account or API key is required for the standard built-in proxy service.
Third-party or custom sources may have their own authentication requirements.
When are requests sent to external services?
Requests may be made:
What data is sent to external services?
The plugin does not intentionally send personal data.
Standard HTTP GET requests are made to public JSON endpoints. Depending on the selected source and settings, requests may include parameters such as:
source;
base currency;
quote currency;
market mode.
As with any normal web request, the site server IP address and standard request headers may be visible to the service provider.
What data is received from external services?
The plugin receives exchange-rate JSON snapshots, which may include:
base currency;
rates map;
selected source;
source timestamp.
The CRToday Currency Proxy refreshes its own cached snapshots approximately every 5 minutes. The plugin itself requests refreshed data according to its own cache settings, with a minimum interval of 15 minutes.
Where can I review the provider legal pages?
For the CRToday Currency Proxy, see:
Terms of Service: https://crtoday.fex.to/terms.html
Data Disclaimer: https://crtoday.fex.to/disclaimer.html
Is the full source code included?
Yes. The full uncompressed source code is bundled with the plugin. You can review, study, and modify it directly.
How are the build files generated?
The compiled JavaScript files in the build/ directory are generated from the TypeScript source code included in the src/ directory of this plugin.
What do I need to build the plugin from source?
You will need:
Node.js 18 or later
npm (included with Node.js)
How do I build the plugin from source?
Open a terminal in the plugin directory.
Run npm install to install the dependencies.
Run npm run build to compile the production assets into the build/ directory.
Is there a development mode?
Yes. Run npm run start to start the development watcher with live rebuilds.
What is the project structure?
src/ — TypeScript source files (blocks, frontend scripts, utilities)
build/ — compiled production JavaScript and CSS generated by the build step
webpack.config.js — Webpack configuration extending @wordpress/scripts
package.json — npm dependencies and build scripts
Which key dependencies are used?
@wordpress/scripts — WordPress build toolchain (Webpack, Babel, PostCSS)
TypeScript — typed JavaScript superset
big.js — arbitrary-precision decimal arithmetic