[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FXML?



   HI I am not sure if this is a new genre of XML but would the following
   work with Scott's Program?

   "FXML is a simple, automated way of retrieving currency exchange rates
   over the Internet using an XML interface.

   Subscribers to this service access the exchange rates via the Internet
   using the HTTP protocol to send XML requests and receive XML responses
   that contain a list of currencies, dates and the appropriate exchange
   rates.

   By sending an XML request to FXML with the base (home) and quote
   currencies, you can retrieve the latest or historical exchange rates
   from OANDA's exchange servers.

   A sample from FXML is displayed in the following table:
   <RESPONSE>
   <EXPR>USD</EXPR>
   <EXCH>EUR</EXCH>
   <AMOUNT>1</AMOUNT>
   <NPRICES>1</NPRICES>
   <CONVERSION>
   <DATE>Sat, 30 Dec 2000 21:50:03 GMT</DATE>
   <ASK>0.9421</ASK>
   <BID>0.9416</BID>
   </CONVERSION>
   </RESPONSE>
   "
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------