OMT DATA FOR OTHER WEBSITES

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.

01Current comparison

The newest usable record held for each company.

02Stored history

Up to 30 previous crawler runs, kept as distinct snapshots.

03Receipt links

Evidence stays on OMT rather than being copied to the publisher.

FREE USE TERMS

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.

FASTEST OPTION

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>
BUILD YOUR OWN DISPLAY

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.

GEThttps://onlinemoneytransfer.co.uk/api/v1/rates/uk-to-united-states?history=14
current.rates

The latest usable record per provider, matching the logic of the main OMT table.

history

Exact comparison sweeps, ordered from newest to oldest.

receiptUrl

The evidence page for one provider result on the relevant OMT corridor.

eligibleForPriceRanking

True only for a fresh, verified and non-promotional bank transfer quote.

IF YOU BUILD YOUR OWN TABLE

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.