Open currency exchange rate API thingy
- by n00b
The table is:
currency_name exchange_rate
USD 1.000000
EUR 1.194929
CAD 0.942142
etc.
What I want is to make a simple little cron job Python script to run every couple hours and update these values in the database. Are there any open APIs? I mean I am like 99% sure Yahoo! or Google finance has something like this but cannot find. Maybe someone here has done this?