Skip to content

TOP to GBP exchange rate API

Pa’anga to Pound Sterling · quoted 2026-09-24

0.31983

▲ +1.68% over 1Y

1 TOP = 0.31983 GBP · 1 GBP = 3.1266 TOP · Get this rate via the API

1 TOP buys 0.31983 GBP as of 2026-09-24, so 1 GBP buys 3.1266 TOP. Over the last year, TOP/GBP traded between 0.30927 and 0.32636, averaged 0.31671 and rose 1.68%. The API holds daily TOP/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/GBP over 1Y

TOP/GBP over 1Y: show the values
PointTOP/GBP
2025-09-240.31454
2025-10-010.31385
2025-10-080.31618
2025-10-150.31811
2025-10-220.31828
2025-10-290.31803
2025-11-050.32625
2025-11-120.32325
2025-11-190.31846
2025-11-260.31643
2025-12-030.31333
2025-12-100.31469
2025-12-170.31422
2025-12-240.31064
2025-12-310.31199
2026-01-070.31117
2026-01-140.31347
2026-01-210.31496
2026-01-280.30927
2026-02-040.31242
2026-02-110.31398
2026-02-180.31479
2026-02-250.31642
2026-03-040.31842
2026-03-110.31753
2026-03-180.32096
2026-03-250.31807
2026-04-010.31801
2026-04-080.31475
2026-04-160.31824
2026-04-230.31531
2026-04-300.31914
2026-05-070.31502
2026-05-140.31916
2026-05-210.32036
2026-05-280.31969
2026-06-040.31672
2026-06-110.31638
2026-06-180.32636
2026-06-250.32089
2026-07-020.31714
2026-07-090.31516
2026-07-160.31475
2026-07-230.31961
2026-07-300.31751
2026-08-060.31461
2026-08-130.31448
2026-08-200.31321
2026-08-270.31529
2026-09-030.31701
2026-09-100.31615
2026-09-170.31776
2026-09-240.31995

High

0.32636

Low

0.30927

Average

0.31671

For developers

Get this rate via the API

One GET request returns the TOP/GBP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GBP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/GBP API questions

How do I get the TOP/GBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/GBP rate in rates.GBP.

How far back does TOP/GBP historical data go?

Daily TOP/GBP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TOP/GBP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.