Open currency exchange rate API thingy

Posted by n00b on Stack Overflow See other posts from Stack Overflow or by n00b
Published on 2010-06-08T01:57:09Z Indexed on 2010/06/08 2:02 UTC
Read the original article Hit count: 278

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about python