Search Help:  
 
Enter keywords to search help.

Accessing Quote Data From Your Web Page

Any redistribution of quotes data displayed on Yahoo! is strictly prohibited, but you are welcome to add links to Yahoo! quotes from web pages you are creating. Several types of links are possible.

Examples are listed below along with sample HTML you can add to your page:

To add a link to the Yahoo! Finance Yahoo Finance Home Page, you need to enter

<a HREF="http://finance.yahoo.com</a>Yahoo Finance Home Page

To add a link to a detailed quote for a company, such as Yahoo!, (stock ticker "YHOO")you need to enter

<a HREF="http://finance.yahoo.com/q?s=YHOO&d=t"> Yahoo!</a>

To add a link to a specific stock list, such as Yahoo! and IBM, use + signs to build the list. You would need to enter

<a HREF="http://finance.yahoo.com/q?s=AOL+YHOO"> Yahoo! and IBM</a>

An input form to quote any stock symbol:

Stock Quotes From Yahoo!

Enter one or more ticker symbols, or look up the symbol by company name.

& #60;h4 align=center>Stock Quotes from Yahoo!</h4>
<form action="http://finance.yahoo.com/q" method=get>
Enter one <strong>or more</strong> ticker symbols, or <a href="http://finance.yahoo.com/l">look up the symbol</a> by company name.
<br>
<input type=text name=s size=30>
<input type=submit value="Get Quotes">
<select name=d>
<option value=v1 selected>Basic
<option value=v2>DayWatch
<option value=v4>Fundamentals
<option value=t>Detailed
<option value=1y>Chart
<option value=r>Research
</select>
</form>

Was this article helpful?

Yes   No
Click to contact Customer Care for further assistance.