awesome-data icon indicating copy to clipboard operation
awesome-data copied to clipboard

Exchange Rates

Open rufuspollock opened this issue 11 years ago • 6 comments

http://datahub.io/dataset/exchange-rates

rufuspollock avatar Apr 15 '13 07:04 rufuspollock

@Mikanebu can you look into this and report back on what it would take to get this up - i think this would be really useful.

rufuspollock avatar Nov 04 '17 10:11 rufuspollock

@rufuspollock Sure, I will report you soon

Mikanebu avatar Nov 06 '17 05:11 Mikanebu

@rufuspollock I checked all 3 resources which are:

  • OECD Monthly Exchange Rates - it is only until 2011 - https://commondatastorage.googleapis.com/ckannet-storage/2011-12-05T192836/OECD-Monthly-Exchange-Rates.zip
  • Foreign exchange rates from US federal reserve - http://research.stlouisfed.org/fred2/categories/15/downloaddata/FX_csv_2.zip
  • Euro foreign exchanges rates ecb historical - http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip?660e41d04f400c146331b2c488d4c5fd

There will be a huge dataset with 2 resources or we can even split it into 2 datasets:

  • euro-foreign-exchanges-rates
    • from 1991 to nowadays.
    • regularity: daily
    • 41 columns(each column for foreign currency)
  • Foreign exchange rates from US federal reserve(daily and annually)
    • probably we only need daily or we can split it out into 2 resources
    • 3 columns(Date,Rate,Currency)
  • script is well written and needs small refactoring https://github.com/datasets/exchange-rates-usd/blob/master/run.py

Estimate time: 2hours

Mikanebu avatar Nov 15 '17 16:11 Mikanebu

@Mikanebu let's start with US Federal Reserve data. Do we have granularities other than daily (and what's the time coverage)?

Also can we automate this?

rufuspollock avatar Nov 15 '17 19:11 rufuspollock

@rufuspollock Yes, annually. Time coverage since 1971. We cannot automate US Federal Reserve data, it is bit complicated(zip with 148 csv files,plus some logic to merge them), but we can automate euro-foreign-exchanges-rates. So, I suggest having 2 different datasets for EURO and USD.

Mikanebu avatar Nov 15 '17 19:11 Mikanebu

We could work on this dataset and improve to include more countries. Ideally, we could cover all countries from PPP dataset - https://github.com/datasets/ppp

anuveyatsu avatar Jul 15 '21 13:07 anuveyatsu