AZN to PHP exchange rate API
Azerbaijanian Manat to Philippine Peso · quoted 2026-09-26
36.7178
▲ +5.89% over YTD
1 AZN = 36.7178 PHP · 1 PHP = 0.02723 AZN · Get this rate via the API
1 AZN buys 36.7178 PHP as of 2026-09-26, so 1 PHP buys 0.02723 AZN. Over the year to date, AZN/PHP traded between 33.8583 and 36.9813, averaged 35.6397 and rose 5.89%. The API holds daily AZN/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/PHP over YTD: show the values
| Point | AZN/PHP |
|---|---|
| 2025-12-31 | 34.6765 |
| 2026-01-07 | 34.8918 |
| 2026-01-14 | 34.9791 |
| 2026-01-21 | 34.8454 |
| 2026-01-28 | 34.5616 |
| 2026-02-04 | 34.6974 |
| 2026-02-11 | 34.4417 |
| 2026-02-18 | 34.0432 |
| 2026-02-25 | 33.8583 |
| 2026-03-04 | 34.3938 |
| 2026-03-11 | 34.8553 |
| 2026-03-18 | 35.2838 |
| 2026-03-25 | 35.3317 |
| 2026-04-01 | 35.4031 |
| 2026-04-08 | 34.9398 |
| 2026-04-15 | 35.3114 |
| 2026-04-22 | 35.4114 |
| 2026-04-29 | 36.2232 |
| 2026-05-06 | 35.8718 |
| 2026-05-14 | 36.1919 |
| 2026-05-21 | 36.2339 |
| 2026-05-29 | 36.2189 |
| 2026-06-05 | 36.1492 |
| 2026-06-14 | 35.7694 |
| 2026-06-21 | 35.7531 |
| 2026-06-28 | 36.1040 |
| 2026-07-05 | 36.1951 |
| 2026-07-12 | 36.2431 |
| 2026-07-19 | 36.2749 |
| 2026-07-26 | 36.4004 |
| 2026-08-02 | 36.0693 |
| 2026-08-09 | 35.8660 |
| 2026-08-16 | 36.1875 |
| 2026-08-24 | 36.3053 |
| 2026-08-31 | 36.4833 |
| 2026-09-07 | 36.8475 |
| 2026-09-14 | 36.9813 |
| 2026-09-21 | 36.9380 |
High
36.9813
Low
33.8583
Average
35.6397
Get this rate via the API
One GET request returns the AZN/PHP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/PHP API questions
How do I get the AZN/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/PHP rate in rates.PHP.
How far back does AZN/PHP historical data go?
Daily AZN/PHP 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 AZN/PHP 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.