diff --git a/README.rst b/README.rst index c209725..fe3485a 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,9 @@ Tiingo Python :target: https://pyup.io/repos/github/hydrosquall/tiingo-python/ :alt: Updates +.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb + + Tiingo is a financial data platform that makes high quality financial tools available to all. Tiingo has a REST and Real-Time Data API, which this library helps you to access. Presently, the API includes support for the following endpoints: @@ -31,6 +34,11 @@ Tiingo is a financial data platform that makes high quality financial tools avai Usage -------- +If you'd like to try this library without installing anything, click the button below. Otherwise, continue reading. + +.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb + + First, install the library from PyPi: .. code-block:: shell diff --git a/docs/index.rst b/docs/index.rst index 1dbb048..2c21923 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,6 +19,8 @@ Welcome to Tiingo Python's documentation! :target: https://codecov.io/gh/hydrosquall/tiingo-python :alt: Coverage +.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/ + Contents: @@ -37,7 +39,12 @@ Contents: Tiingo is a financial data platform that makes high quality financial tools available to all. They have a RESTful and Real-Time Data API. Presently, the API includes support for the following endpoints: * Stock Market Ticker Closing Prices + Metadata. Data includes full distribution details and is validated using a proprietary EOD Price Engine. -* (Coming Soon): Curated news from top financial news sources + curated blogs. Stories are tagged by Tiingo's algorithms. +* Curated news from top financial news sources + curated blogs. Stories are tagged by Tiingo's algorithms. + +If you'd like to try this library without installing anything, click the button below. Otherwise, continue reading. + +.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb + Indices and tables