-
Notifications
You must be signed in to change notification settings - Fork 14
aygee/yahoo-finance-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Yahoo Finance API Simple library for getting stock information using the YQL API on yahoo.finance tables ## Download $ git clone git://github.com/aygee/yahoo-finance-api ## Setup require 'php-yql-finance/lib/YahooFinance/YahooFinance.php'; $yf = new YahooFinance; ## Usage $historicaldata = $yf->getHistoricalData('ASX', '2012-01-01', '2012-01-31'); $quote = $yf->getQuotes('ASX'); // single quote $quotes = $yf->getQuotes(array('ASX', 'WOW')); // multiple quotes
About
Simple library for getting stock information using the YQL API on yahoo.finance tables
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published