Created
January 13, 2018 09:14
-
-
Save ando-takahiro/dd5042671305f87fcea41f2f16775ed2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> df = pandas.DataReader('ZEC-JPY', 'yahoo', start='2017-1-1') | |
| >>> df | |
| Open High Low Close \ | |
| Date | |
| 2016-12-31 5981.149902 6064.509766 5654.569824 5665.990234 | |
| 2017-01-01 5918.910156 6188.500000 5668.419922 5761.459961 | |
| 2017-01-02 5819.129883 6042.020020 5732.390137 5803.470215 | |
| 2017-01-03 5878.740234 6144.790039 5727.410156 5817.720215 | |
| 2017-01-04 6620.419922 7130.109863 6524.589844 6680.140137 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment