# ECB Exchange Rates

{% hint style="info" %}
💪 **Difficulty:** very easy

⏳ **Time to complete**: approx. 1 minute
{% endhint %}

{% hint style="success" %}
If you need a currency pair that we don’t currently support then [let us know](mailto:thomas@less.tech) and we’ll get you up-and-running ASAP
{% endhint %}

## 💬 Description

Every day the European Central Bank (ECB) published currency conversion rates between a wide range of currencies - and we extract them.

## 🤑 Use Case

Obviously extremely helpful if you have different things in different currencies. An example is that LinkedIn runs marketing spend in USD while Meta works in local currencies. If you want something comparable you need daily currency rates.

## 🛠️ Setup

This is one of the simplest Connectors on Less. Hopefully, you’ll agree!

### Step #1: Input a start date

All you need to do is to input a start date. The start date should be in the following format: yyyy-mm-dd (example: 2022-01-31). You will get daily records and if you schedule your ECB Connector to run daily, we’ll add one row every day for each currency pair you’re extracting.

Other than that, just select the tables you want to output.


---

# 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://resources.less.tech/less-tech/connectors/connector-guides/ecb-exchange-rates.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.
