Skip to content

allondata/Quandl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quandl

PHP library to use Quandl API - access over 6 million time series data and upload yours.

Quandle site: www.quandl.com

API documentation: www.quandl.com/api

Sample usage:

include __DIR__ . '/lib/Quandl.php';

$quandl = new Quandl('YOUR_API_TOKEN');
$data = $quandl->download('STATCHINA/P1642');

About

PHP library to use Quandl API - access over 6 million time series data and upload yours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%