The newest usable record held for each company.
Use our money transfer rates on your own site. Free.
Show the most recent OMT comparison, move through earlier stored checks and send readers to the original receipt behind each figure.
Up to 30 previous crawler runs, kept as distinct snapshots.
Evidence stays on OMT rather than being copied to the publisher.
The link cannot be hidden in a footer
The attribution should sit beside or immediately below the rates. It must be readable, clickable and point to the matching OMT corridor. A generic homepage link elsewhere on the site does not meet this condition.
The supplied widget already includes the correct link. If you use the JSON feed to make your own design, add the attribution yourself.
Add the rate table with one script
Change only the corridor route. The widget brings its own styling, history controls, receipt links and OMT attribution.
<div id="omt-rates"></div>
<script
async
src="https://onlinemoneytransfer.co.uk/omt-rates.js"
data-target="omt-rates"
data-route="uk-to-united-states"
data-history="14"
data-limit="10">
</script>Use the JSON endpoint
The endpoint accepts cross-origin GET requests and returns the latest rates, historical crawl runs and an OMT receipt URL for every stored result.
https://onlinemoneytransfer.co.uk/api/v1/rates/uk-to-united-states?history=14The latest usable record per provider, matching the logic of the main OMT table.
Exact comparison sweeps, ordered from newest to oldest.
The evidence page for one provider result on the relevant OMT corridor.
True only for a fresh, verified and non-promotional bank transfer quote.
Add this attribution beside the rates
<a href="https://onlinemoneytransfer.co.uk/uk-to-united-states/">
Rates supplied by Online Money Transfer
</a>Replace the example route with the corridor shown in your table. Do not describe an indicative or stale result as a guaranteed live transfer quote. Cache the response and avoid unnecessary repeated requests.