> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/exchange-rates/schema-information.md).

# 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>
