Skip to main content

Step #1 - Create a Dataset from the Exchange Rate API

⏱ 5 min. Load a live FX rates API spec into Connector Copilot and build your first dataset.

Updated today

🔍 What You're Doing

In this step, you will use the Nexadata Connector Copilot to connect to the Exchange Rate API using its OpenAPI specification and build a live dataset of foreign exchange rates. The Exchange Rate API is open access, so no credentials or API key are required. Connector Copilot reads the spec, analyzes the available endpoints, and maps the response fields into a structured dataset ready for use in a Pipeline.


✅ Summary of Steps

Select Datasets from the Setup menu.

  1. Click AI Copilot in the top right corner of the Datasets page.

  2. Select API Specification URL as your spec source.

  3. Paste the following URL into the OpenAPI Specification URL field:
    https://assets.nexadata.com/oas/open-er-api-oas.yaml

  4. Click Validate OpenAPI Specification, then click Start Building Connection.

  5. Enter a name for the connection, then click Start Building Dataset.

  6. Enter the following prompt in the description field and click Submit:
    Fetch USD exchange rates across other exchange rates

  7. Select the /latest/{baseCurrency} endpoint from the suggested list.

  8. Enter USD in the Base Currency field and click Fetch Data.

  9. Review the data preview, confirm columns, and click Submit to create your dataset.

Did this answer your question?