# Currency Exchange Rate

You can quickly get the currency exchange rate data that is hosted by Alpha Vantage by calling an API from the tidyquant (R package) with R Script data source option in Exploratory.

Check out the note below for more details.

* How to Import Currency Exchange Rate Data (English) - [Link](https://exploratory.io/note/exploratory/How-to-Import-Currency-Exchange-Rate-Data-YNq8JrF2)
* 通貨レートデータの取得と可視化 (Japanese) - [Link](https://exploratory.io/note/kanaugust/QV-1-kWm1zbk5Av)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/data_import/r-script-data/currency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
