# Schema Information

## Tables/APIs&#x20;

The following are the tables or APIs associated with the Exchange Rates connector:

### exchange\_rates <a href="#billable-items" id="billable-items"></a>

This API is used to fetch the exchange rates respective to the base currency

For more information, see [Exchange Rates- API Documentation](https://exchangerate.host/documentation).

Replication Type: Key Based Incremental

Replication Key: start\_date, end\_date

**Fields**

<table><thead><tr><th width="385">Field Name</th><th>Data Type</th></tr></thead><tbody><tr><td>date</td><td>DATE</td></tr><tr><td>from_currency_code</td><td>STRING</td></tr><tr><td>to_currency_code</td><td>STRING</td></tr><tr><td>value</td><td>NUMERIC</td></tr></tbody></table>
