# Exchange Rates

## Content



| **Name** | **Type** | **ReadOnly** | **Filterable** | **Description** |
| --- | --- | --- | --- | --- |
| SourceCurrencyCode | string | false | true | The source currency from which the exchange rate is specified. Specify as a three letter string representing the ISO 4217 code for the currency. |
| TargetCurrencyCode | string | false | false | The target currency against which the exchange rate is specified. Specify as a three letter string representing the ISO 4217 code for the currency. |
| Rate | double | false | false | The exchange rate between SourceCurrencyCode and TargetCurrencyCode on the AsOfDate date. |
| AsOfDate | date | false | true | Date on which this exchange rate was set. |
| MetaData\_LastUpdatedTime | datetime | true | true | The time the record was last updated. |