miketsprague / Yahoo-Finance-API-Wrapper

A php wrapper to the yahoo finance api. It parses the returned XML and returns it in an array.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify characters to use it like so

function getDataOnSymbols($symbols, $tags = "s|n|a|l1|c1|p2|j|k|j1|e|r|d|y|p5|p6"){
	$finance = new Finance($tags);
	return $finance->get_quotes($symbols);
}

About

A php wrapper to the yahoo finance api. It parses the returned XML and returns it in an array.


Languages

Language:PHP 98.8%Language:Shell 1.2%