tags:

views:

16

answers:

0

I am trying to retrieve a stock quote for EAG and embed it into a website.

The only info I need to get is the current price and the change. I know Yahoo offers an API and the URL I want to use is http://download.finance.yahoo.com/d/quotes.csv?s=EAG&f=l1n1

What I am lacking is the knowledge of how to parse the CSV file and display the information in a website. It is also important that the information is always up to date with the latest trading activity.

I know some jQuery, but I haven't been able to figure out a solution to my problem. Any help is greatly appreciated!