search for: currency_rates

Displaying 3 results from an estimated 3 matches for "currency_rates".

2011 Jan 07
1
Currency return calculations
Dear sir, I am extremely sorry for messing up the logic asking for help w.r.t. my earlier mails   I have tried to explain below what I am looking for.     I have a database (say, currency_rates) storing datewise currency exchange rates with some base currency XYZ.   currency_rates <- data.frame(date = c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010","12/24/2010", "12/23/2010", "12/22/2010...
2011 Jan 07
0
Odp: Currency return calculations
...Amelia Vettori <amelia_vettori@yahoo.co.nz> napsal dne 07.01.2011 13:46:53: > Dear sir, I am extremely sorry for messing up the logic asking for help w.r.t. > my earlier mails > > I have tried to explain below what I am looking for. > > > I have a database (say, currency_rates) storing datewise currency exchange > rates with some base currency XYZ. > > currency_rates <- data.frame(date = c("12/31/2010", "12/30/2010", "12/29/ > 2010", "12/28/2010", "12/27/2010","12/24/2010", "12/23/2010&qu...
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart