Skip to content

AUD to FKP exchange rate API

Australian Dollar to Falkland Islands Pound · quoted 2026-09-27

0.53038

▲ +8.47% over 1Y

1 AUD = 0.53038 FKP · 1 FKP = 1.8854 AUD · Get this rate via the API

1 AUD buys 0.53038 FKP as of 2026-09-27, so 1 FKP buys 1.8854 AUD. Over the last year, AUD/FKP traded between 0.48376 and 0.53765, averaged 0.51467 and rose 8.47%. The API holds daily AUD/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/FKP over 1Y

AUD/FKP over 1Y: show the values
PointAUD/FKP
2025-09-270.48899
2025-10-040.48975
2025-10-110.48512
2025-10-180.48376
2025-10-250.48922
2025-11-010.49733
2025-11-080.49295
2025-11-150.49646
2025-11-220.49319
2025-11-290.49478
2025-12-060.49793
2025-12-140.49650
2025-12-210.49395
2025-12-280.49697
2026-01-040.49659
2026-01-110.49849
2026-01-180.49902
2026-01-250.50674
2026-02-010.50826
2026-02-080.51508
2026-02-150.51772
2026-02-220.52477
2026-03-010.52455
2026-03-080.52186
2026-03-150.52798
2026-03-220.52524
2026-03-290.51808
2026-04-050.52181
2026-04-120.52282
2026-04-190.52769
2026-04-260.52826
2026-05-030.52950
2026-05-100.53117
2026-05-180.53765
2026-05-260.53132
2026-06-020.53344
2026-06-110.52294
2026-06-180.52607
2026-06-250.52293
2026-07-020.51967
2026-07-090.51797
2026-07-160.51781
2026-07-230.52228
2026-07-300.52286
2026-08-060.52297
2026-08-130.52274
2026-08-210.52529
2026-08-280.52941
2026-09-040.53239
2026-09-110.53134
2026-09-180.53352
2026-09-250.53213

High

0.53765

Low

0.48376

Average

0.51467

For developers

Get this rate via the API

One GET request returns the AUD/FKP 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=AUD&currencies=FKP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=FKP");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/FKP API questions

How do I get the AUD/FKP exchange rate from an API?

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

How far back does AUD/FKP historical data go?

Daily AUD/FKP 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 AUD/FKP 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.