private static void getExchangeRates() {
   ts = System.currentTimeMillis();
   DownloadFXRatesTask task = new DownloadFXRatesTask(context, fxRates);
   task.execute(new String[] {fxRates.getUrl()});
 }