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. 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.

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

Discover every valid route at GET /api/v1/corridors.

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.

MACHINE-READABLE RESOURCES

Import the API instead of transcribing it

These files are public, versioned with the API and suitable for documentation tools, clients and API directories.

OpenAPI 3.1

Endpoint, parameter, response and attribution definitions.

APIs.json

The public API index used by API discovery services.

JavaScript client

A dependency-free browser and Node.js package with TypeScript declarations.

Python client

A dependency-free Python package built on the standard library.

WordPress shortcode

A server-side, cached rate table with visible evidence context and attribution.