| Since: |
Friday, December 07, 2007 |
| Description: |
Returns change data during the last six months for a cross-rate. Note that since closing rates do not exist for currencies (which trade round-the clock), the historical cross-rate provides the First, Last, High, and Low price for the 24-hour trading day (London Time). |
| Pricing: |
Requests against this operation count as one hit. |
| Inputs: |
| Name |
Description |
Required |
Example |
| Symbol |
The symbol for the cross rate in format SSSDDD where SSS is the symbol for the source currency and DDD is the symbol for the destination currency. |
Yes |
USDEUR |
|
| Outputs: |
| Name |
Description |
Always Present |
| Symbol |
The symbol for the cross rate. |
Yes |
| Type |
The type of cross rate (Real-Time, Delayed). |
Yes |
| From |
The source currency. |
Yes |
| Symbol |
The symbol for the currency. |
Yes |
| Name |
The full name for the currency. |
Yes |
| To |
The target currency. |
Yes |
| Symbol |
The symbol for the currency. |
Yes |
| Name |
The full name for the currency. |
Yes |
| Date |
The date for the cross rate (London Time). |
Yes |
| Time |
The time the cross rate (London Time). |
Yes |
| Rate |
The exchange rate. Corresponds to the last real-time rate. |
Yes |
| Bid |
The bid for the rate. Corresponds to the last real-time rate. |
Yes |
| Ask |
The ask for the rate. Corresponds to the last real-time rate. |
Yes |
| Array of Changes |
Returns an array of changes. |
Yes |
| Instance of Change |
Each instance represents a Change. |
Yes |
| Type |
The type of Change (OneMonth, ThreeMonth, SixMonth). |
Yes |
| Rate |
The rate for the type. Corresponds to the average value of the mid-price (average of bid and ask) for the cross-rate during the day (London Time). |
Yes |
| Change |
The change between the current rate and the past rate. |
Yes |
| PercentChange |
The percent change between the current rate and the past rate. |
Yes |
|