| Since: |
Friday, December 07, 2007 |
| Pricing: |
Requests against this operation count as one hit per cell in the table minus the number of pairs requested (the diagonal). |
| Inputs: |
| Name |
Description |
Required |
Example |
| Symbols |
The comma-delimited list of currencies. |
Yes |
USD,JPY,GBP |
| AsOfDate |
The date of the historical cross-rates to return in the table in format MM/DD/YYYY. |
Yes |
2/20/2010 |
|
| Outputs: |
| Name |
Description |
Always Present |
| Instance of Lines |
The lines for the cross rate table list of currencies. |
Yes |
| Array of CrossRateTableLines |
Returns an array of cross rate table lines. |
Yes |
| Instance of CrossRateTableLine |
Each instance represents a Cross Rate Table Line. |
Yes |
| From |
The source currency. |
Yes |
| Symbol |
The symbol for the currency. |
Yes |
| Name |
The full name for the currency. |
Yes |
| Array of ExchangeRates |
Returns an array of exchange rates. |
Yes |
| Instance of ExchangeRate |
Each instance represents an exchange rate. |
Yes |
| To |
The target currencies. |
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 mid-market value (average of bid and ask) for the cross-rate. |
Yes |
| Text |
A description of the rate formula. |
Yes |
|