AUD/JPY Exchange Rate. Sourced from RBA Exchange Rates — Daily (F11.1); resolves to /v1/data/rba/F11.1 [series=aud_jpy].
| Series ID | AU.FX.JPY |
|---|---|
| Frequency | daily |
| Units | JPY per AUD |
| Adjustment | Not Seasonally Adjusted |
| Source | RBA Exchange Rates — Daily (F11.1) |
| Resolves to | /v1/series/AU.FX.JPY |
| Backed by | /v1/data/rba/F11.1 [series=aud_jpy] |
Get the latest value
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.FX.JPY/latest Get the full series (with a transform)
# annual percent change, last 12 observations, CSV
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/series/AU.FX.JPY?units=pc1&limit=12&format=csv' Embed a chart
Mint a chart-only token at /v1/account/embed-token, then:
<img src="https://api.ausdata.io/v1/series/AU.FX.JPY/chart.svg?key=emb_..."> Related series
Thematic neighbours, ranked by shared tags.
AU.FX.CNY AUD/CNY Exchange Rate
RBA Exchange Rates — Daily (F11.1)
AU.FX.EUR AUD/EUR Exchange Rate
RBA Exchange Rates — Daily (F11.1)
AU.FX.GBP AUD/GBP Exchange Rate
RBA Exchange Rates — Daily (F11.1)
AU.FX.NZD AUD/NZD Exchange Rate
RBA Exchange Rates — Daily (F11.1)
AU.FX.USD AUD/USD Exchange Rate
RBA Exchange Rates — Daily (F11.1)
AU.FX.TWI Trade-Weighted Index (AUD)
RBA Exchange Rates — Daily (F11.1)