From 557f3882160f90e5a31ce01a24158287176c1334 Mon Sep 17 00:00:00 2001 From: Vladimir Filimonov Date: Tue, 6 Jan 2015 12:13:24 +0100 Subject: [PATCH] Documentations: Ecosystem/API - pydatastream (issue #5630) --- doc/source/ecosystem.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index e5afe1db9417f..4a0743b8be3e4 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -130,6 +130,13 @@ API Quandl API for Python wraps the Quandl REST API to return Pandas DataFrames with timeseries indexes. +`pydatastream `_ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +PyDatastream is a Python interface to the +`Thomson Dataworks Enterprise (DWE/Datastream) `__ +SOAP API to return indexed Pandas DataFrames or Panels with financial data. +This package requires valid credentials for this API (non free). + .. _ecosystem.domain: