Created
February 16, 2013 03:43
-
-
Save messutied/4965443 to your computer and use it in GitHub Desktop.
YQL Queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from yahoo.finance.historicaldata where symbol = "BMPS.MI" and startDate = "2009-09-11" and endDate = "2010-03-10" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from yahoo.finance.quotes where symbol in ("BMPS.MI") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment