Commit Graph

1039 Commits (main)

Author SHA1 Message Date
Gregory Morse 8cb3fb5f2e
Update __init__.py 2019-08-26 05:19:00 +02:00
Gregory Morse 2530b0d431
Add sustainability data
New addition for sustainability data - very straightforward table to collect, however, as it has only a simple table with yes/no values, it should not try to deal with the extra numeric columns so a small fix is needed there which will make the get_fundamentals more powerful into the future as well.
2019-08-26 05:05:40 +02:00
ran b66234aa0c updated readme 2019-08-23 12:39:20 +03:00
ran 5d1519ff4d fixed conda recipe 2019-08-23 12:36:00 +03:00
ran fa8320c907 using io.open in setup.py 2019-08-23 12:33:30 +03:00
ran 2c73e7987b wip 2019-08-23 12:27:12 +03:00
ran 207fcc84ff noarch: python 2019-08-23 12:24:09 +03:00
ran 648c736b9b added conda installer 2019-08-23 12:23:38 +03:00
ran 479ecc59b1 commeneted from codecs import open 2019-08-23 12:23:04 +03:00
ran 208bacc817 minor refactoring 2019-08-23 12:22:56 +03:00
Artem Glebov 86f845737b Ability to avoid rounding the values retrieved from Yahoo 2019-08-18 17:29:01 +01:00
raffieeey ec76c6a6bd
Update from my issue #88
I put 'rename=True' for the namedtuple that symbol requires to put a dot. eg '1155.KL' or 'PTT.BK' or 'MU7.SI'
2019-08-14 17:40:41 +08:00
ran 1a13533990 version # + changelog 2019-08-02 10:42:55 +03:00
ran 6f7bd97258 Improved Tickers module (#86) 2019-08-02 10:42:48 +03:00
Ran Aroussi 18fbe1515b
Merge pull request #77 from luuketi/master
Fixing dataframe indexing
2019-08-02 09:57:43 +03:00
Lucas 3bc56ba32c
Update __init__.py
Fixing dataframe indexing when some columns aren't present
2019-06-28 00:27:28 -03:00
ran 56bc9ebdbc version + changelog 2019-06-21 20:10:22 +03:00
ran e7a3abe771 added forgotten proxy parameter :) 2019-06-21 20:10:13 +03:00
ran d4b20caee8 added downloads counter 2019-06-18 19:40:27 +03:00
ran 6f7f7c7d91 fixed indentation 2019-06-04 21:09:18 +03:00
ran 2c41684e46 new ver + changelog 2019-06-04 21:07:28 +03:00
ran e9a37388d3 (wip/commented) using yahoo's json for get_fundamentals() 2019-06-04 21:06:20 +03:00
ran 34ef7668b8 fixed _realign_dfs (#71) 2019-06-04 21:05:39 +03:00
ran b38dc6e343 version # + changelog 2019-05-31 18:04:02 +03:00
ran f6db5bf9e9 updated readme 2019-05-31 18:03:49 +03:00
ran dca792626b Added methods for downloading option chain 2019-05-31 18:03:38 +03:00
ran a29d029be4 Removed unnecessary print() 2019-05-31 16:37:01 +03:00
ran dba2366661 new version + changelog 2019-05-31 14:42:21 +03:00
ran 598f5ab2e8 fix rare concat issues by re-aligning dfs 2019-05-31 14:42:11 +03:00
ran a33d8676a8 using dataframe constructor for empty data 2019-05-31 14:41:26 +03:00
ran 7f716d1495 Fixed issue related to threads when downloading many symbols 2019-05-31 14:41:04 +03:00
ran 33b4714747 preventing duplicate download 2019-05-31 14:40:00 +03:00
ran 8d71697f88 pep8 2019-05-31 14:39:28 +03:00
ran b388d8b4ca fixed identation 2019-05-31 14:39:17 +03:00
ran 24bc1eeab4 updated readme 2019-05-29 14:05:56 +03:00
ran 8b32f7222c new version + changelog 2019-05-29 14:04:36 +03:00
ran 74cd2aea4d adde properties for all methods 2019-05-29 14:03:53 +03:00
ran 8d8dc1c30b option to use proxy in actions 2019-05-29 14:03:37 +03:00
ran 18d238d855 added fundamental data 2019-05-29 14:03:11 +03:00
ran 84675e4399 updated version / changelog 2019-05-27 21:03:36 +03:00
ran 0734040a13 making sure tickers are always uppercase 2019-05-27 21:01:47 +03:00
ran aa215191b6 added Tickers to __all__ 2019-05-27 21:01:27 +03:00
ran 24b3c01d95 readme reflects current library structure 2019-05-26 18:11:53 +03:00
ran a9d9c70f07 updated version / changelog 2019-05-26 18:11:22 +03:00
ran b60c72edfd added proxy inline doc 2019-05-26 18:11:02 +03:00
ran 113735a37f cleanup tickers when is string 2019-05-26 18:10:54 +03:00
ran 8cf1ec70b7 Ticker returns a named tuple of Ticker objects 2019-05-26 18:10:25 +03:00
ran 0046e5e468 2x threads 2019-05-26 18:09:57 +03:00
ran 44b155f814 Overriding old pandas_datareader.data.DataReader 2019-05-26 18:09:45 +03:00
ran 185f2ef1a7 updated readme 2019-05-26 15:29:53 +03:00