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: 350
        
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