Yahoo! Fin > Yahoo! Canada Finance

Accessing Quote Data From Your Web Page

Any redistribution of quotes data displayed on Yahoo! Canada 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:
Link to the Yahoo! Canada Finance Home Page
<A HREF=/l/ca/yahoo/fin/"http://ca.finance.yahoo.com">Yahoo! Canada Finance Home Page</A>

A link to a detailed quote for a company, such as Yahoo! (stock ticker "YHOO")
<A HREF=/l/ca/yahoo/fin/"http://ca.finance.yahoo.com/q?s=YHOO&d=t"> Yahoo!</A>

A link to a specific stock list, such as AOL and Yahoo!, use + signs to build the list.
<a HREF=/l/ca/yahoo/fin/"http://ca.finance.yahoo.com/q?s=AOL+YHOO"> AOL and Yahoo!</A>

An input form to quote any stock symbol:
[h4 align="center"]Stock Quotes from Yahoo![/h4] [form method="get" action="http://ca.finance.yahoo.com/q"]Enter one or more ticker symbols, or look up the symbol by company name.
[input name="s" size="25" /] [input type="submit" value="Get Quotes" /] [select name="d"] [option value="v1" selected="selected"]Basic[/option] [option value="v2"]DayWatch[/option] [option value="v4"]Fundamentals[/option] [option value="t"]Detailed[/option] [option value="1y"]Chart[/option] [option value="r"]Research[/option] [/select][/form]
<h4 align=center>Stock Quotes from Yahoo!</h4>
<form action="http://ca.finance.yahoo.com/q" method=get>
Enter one <strong>or more</strong> ticker symbols, or <a href="http://ca.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.
Copyright © 2008 Yahoo! Canada Co. All rights reserved.

Privacy Policy - Terms of Service