Php Quandl Versions Save

Easy access to the Quandl Data API using PHP

v0.5.2

7 years ago
  • Fixed GetList

v0.5.1

7 years ago

Add support for downloading entire databases (premium)

  • Add getBulk( $database, $path ) method to download the entire database. This feature is only available for premium databases.

v0.5.0

8 years ago
  • Add getMeta and getDatabases methods
  • Add a generic get method, to access any Quandl endpoint
  • Update all endpoints to v3

Upgrade Notice

If you are upgrading from a previous version, note that this version is using a newer version of Quandl's API (v3). Quandl has made several changes to their API, you should note that:

  • $response->docs moved to $response->datasets
  • $response->data moved to $response->dataset->data

v0.4.0

8 years ago

Maintenance release with several fixes and updates

v0.3.3

8 years ago

Add support for curl-based downloads, where downloads via file_get_contents are not allowed.

v0.3.2

9 years ago

Change base list URL to use HTTPS

v0.3.1

9 years ago

This release complies with Quandl deprecation warning about dropping support for multiset requests.

v0.3.0

9 years ago

v0.2.0

9 years ago

Complete revision of the API. Now a little more flexible, and can easily add more Quandl URL structures in the future. API now supports 4 methods for getting one symbol, getting multiple symbols, getting the list of supported symbols and getting the results of a search query.

v0.1.0

9 years ago

Initial release