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. Keep each figure's capture time and evidence status visible too. A generic homepage link elsewhere on the site does not meet these conditions.
The supplied widget already includes the correct link. If you use the JSON feed to make your own design, add the attribution yourself. Read the complete API use terms.
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=14Discover every valid route at GET /api/v1/corridors.
The 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.
Import the API instead of transcribing it
These files are public, versioned with the API and suitable for documentation tools, clients and API directories.
Endpoint, parameter, response and attribution definitions.
The public API index used by API discovery services.
A standards-based well-known API catalog in Linkset JSON.
Ready-to-run JSON and CSV requests for an example corridor.
A dependency-free browser and Node.js package with TypeScript declarations.
A dependency-free Python package built on the standard library.
A server-side, cached rate table with visible evidence context and attribution.