Skip to content

Instantly share code, notes, and snippets.

@messutied
Created February 16, 2013 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messutied/4965443 to your computer and use it in GitHub Desktop.
Save messutied/4965443 to your computer and use it in GitHub Desktop.
YQL Queries
select * from yahoo.finance.historicaldata where symbol = "BMPS.MI" and startDate = "2009-09-11" and endDate = "2010-03-10"
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