Skip to content

Simple library for getting stock information using the YQL API on yahoo.finance tables

Notifications You must be signed in to change notification settings

aygee/yahoo-finance-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

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

No packages published

Languages