mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-19 12:44:20 +01:00
Merge pull request #264 from hydrosquall/documentation/add-peer-analysis-example
[docs] add peer comparison analysis example by @i3creations
This commit is contained in:
@@ -5,7 +5,7 @@ History
|
||||
|
||||
0.10.x (2019-XX-XX)
|
||||
------------------
|
||||
* New changes go here!
|
||||
* Documentation: Added a "Peer Comparison Analysis" Jupyter Notebook under "/examples" (@i3creations #197)
|
||||
|
||||
|
||||
0.9.x (2019-01-30)
|
||||
|
||||
@@ -21,7 +21,7 @@ Tiingo Python
|
||||
:target: https://pyup.io/repos/github/hydrosquall/tiingo-python/
|
||||
:alt: Updates
|
||||
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
:target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb
|
||||
:alt: Launch Binder
|
||||
|
||||
@@ -36,10 +36,10 @@ 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.
|
||||
If you'd like to try this library before installing, click below to open a folder of online runnable examples.
|
||||
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
:target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
:target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples
|
||||
:alt: Launch Binder
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Welcome to Tiingo Python's documentation!
|
||||
:target: https://codecov.io/gh/hydrosquall/tiingo-python
|
||||
:alt: Coverage
|
||||
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
:target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb
|
||||
:alt: Launch Binder
|
||||
|
||||
@@ -45,7 +45,7 @@ Tiingo is a financial data platform that makes high quality financial tools avai
|
||||
|
||||
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
|
||||
.. image:: https://mybinder.org/badge_logo.svg
|
||||
:target: https://mybinder.org/v2/gh/hydrosquall/tiingo-python/master?filepath=examples%2Fbasic-usage-with-pandas.ipynb
|
||||
:alt: Launch Binder
|
||||
|
||||
|
||||
2423
examples/peer-comparison-analysis.ipynb
Normal file
2423
examples/peer-comparison-analysis.ipynb
Normal file
File diff suppressed because one or more lines are too long
2
setup.py
2
setup.py
@@ -19,7 +19,7 @@ def read(*filenames, **kwargs):
|
||||
|
||||
NAME = 'tiingo'
|
||||
AUTHOR = "Cameron Yick"
|
||||
EMAIL = 'cameron.yick@enigma.com'
|
||||
EMAIL = 'cameron.yick@gmail.com'
|
||||
URL = 'https://github.com/hydrosquall/tiingo-python'
|
||||
DESCRIPTION = "REST Client for Tiingo Data Platform API"
|
||||
LONG_DESCRIPTION = read('README.rst', 'HISTORY.rst')
|
||||
|
||||
Reference in New Issue
Block a user