Skip to content

Commit

Permalink
Fixed sample query for yahoo.finance.historicaldata
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Feb 24, 2011
1 parent e0cd439 commit 7ca0639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahoo/finance/yahoo.finance.historicaldata.xml
Expand Up @@ -3,7 +3,7 @@
<meta>
<author>Luigi Conti - iMobile.it</author>
<description>Yahoo Finance Stock historical prices</description>
<sampleQuery>select * from ydata where symbol = "YHOO" and startDate = "2009-09-11" and endDate = "2010-03-10"</sampleQuery>
<sampleQuery>select * from yahoo.finance.historicaldata where symbol = "YHOO" and startDate = "2009-09-11" and endDate = "2010-03-10"</sampleQuery>
</meta>
<bindings>
<select itemPath="quotes.quote" produces="XML">
Expand Down

0 comments on commit 7ca0639

Please sign in to comment.