PHP and curl for fetching currency rate from Yahoo Finance
- by gregj
Hello,
I wrote the following php snippet to fetch the currency conversion rate from Yahoo Finance.Im using curl to fetch the data.
Suppose, i want to convert from US dollars (USD) to Indian National Rupee (INR),then the url is http://in.finance.yahoo.com/currency/convert?amt=1&from=USD&to=INR&submit= and the Indian Rupee value is shown…