Commit Graph

1039 Commits (main)

Author SHA1 Message Date
bradmetz f3c8cdeffa fix for institutional index error and added additional unit tests 2020-09-21 17:59:20 -04:00
bradmetz 359062818e
Merge pull request #209 from samarth261/master
Typo fix in README
2020-09-21 14:12:25 -04:00
bradmetz 7c8b11f1a3
Merge pull request #212 from jackmoody11/master
CLN: Remove duplicate property
2020-09-21 14:09:59 -04:00
bradmetz 3654e90380
Merge pull request #243 from ajnagashima/patch-1
Change rounding default in Ticker.history
2020-09-21 14:03:58 -04:00
bradmetz e2fd1f53b6
Merge pull request #295 from tirkarthi/fix-warnings
Fix deprecation warnings due to invalid escape sequences.
2020-09-21 13:51:47 -04:00
bradmetz 1dde8dc4f0
Merge pull request #285 from JadenSWang/master
Typos!
2020-09-21 13:44:12 -04:00
bradmetz 00b8d39e42
Merge pull request #373 from justmedude/master
add a missing dependency
2020-09-21 12:58:37 -04:00
bradmetz e9e573f04d
Merge pull request #376 from serdarbaran/patch-1
Update README.rst
2020-09-21 12:54:45 -04:00
bradmetz 9cbde2659a
Merge pull request #385 from tino-247/data_fixes
Delete Icon, so Windows users can contribute
2020-09-21 12:51:05 -04:00
bradmetz 63cff0eebb
Merge pull request #404 from JackLangerman/patch-1
fix typo (~msgt~ -> msft)
2020-09-21 12:37:47 -04:00
bradmetz 4f35e5c1dc
Merge pull request #156 from guscht/hotfix/readme-update
renamed stock to msft in readme
2020-09-21 10:10:02 -04:00
ychen 3242c7ef58 Added note to readme that datetimes are in utc, also fixed options expirydate datetime to be utc (as is meant to be) 2020-08-21 01:53:19 -04:00
Trenton J. McKinney 46b0ab7787
Update README.rst 2020-08-05 14:00:04 -07:00
Trenton J. McKinney 3898215ed6
Update README.rst 2020-08-05 13:57:51 -07:00
Trenton J. McKinney e79256891f
Update README.rst 2020-08-05 13:57:00 -07:00
Trenton J. McKinney d65063d316
Update README.rst 2020-08-05 13:55:24 -07:00
Trenton J. McKinney 15c8b9aea7
Update README.rst 2020-08-05 13:52:18 -07:00
Trenton J. McKinney a4fa6b5abe
Update README.rst
I've added this update as per https://twitter.com/Aroussi/status/1291009917818736641 with Ran Aroussi. This update adds a link to a stack overflow answer, which discusses dealing with multi-level column names.
2020-08-05 13:46:24 -07:00
Trenton J. McKinney 8a31d827e1
Update README.rst
There seems to be a missing method call and the tab completion has uppercase tickers available. `tickers.msft.info` results in `AttributeError: 'Tickers' object has no attribute 'msft'`, while `tickers.tickers.MSFT.info` works as expected.
2020-08-03 22:37:28 -07:00
JackLangerman 5831d47986
Update README.rst 2020-07-31 13:00:06 -04:00
tino-247 681418c1e7 Delete Icon, so Windows users can contribute
Catch if one or more 'holders' sections are empty
Catch if 'sustainability' is empty
Check that 'regularMarketOpen' is available
2020-07-15 14:50:38 -07:00
serdarbaran 30920a0893
Update README.rst
stock.major_holders and stock.institutional_holders are aligned with the pattern in the content, such as msft.xxxx
2020-07-08 23:28:13 +01:00
Vikram Adukia ca0df3feec add a missing dependency 2020-07-06 18:51:04 -07:00
Karthikeyan Singaravelan 961c45aced Fix deprecation warnings due to invalid escape sequences. 2020-05-07 11:42:52 +00:00
Jaden Wang f6c85542ee
Typos! 2020-05-01 14:22:33 -04:00
AJ Nagashima 78b10ee0fb
Change rounding default in Ticker.history
Rounding was described in comments as having a default of False, but the definition of the function has rounding set to True. Default in function definition was changed to False to stay consistent with comments
2020-04-06 13:03:38 -04:00
ceppelli a62f9cc1ea [FIX] - proxy parameter is not propagated correcty in the _get_fundamentals method 2020-03-10 16:21:49 +01:00
jackmoody11 2e8adaf451 CLN: Remove duplicate property 2020-03-04 14:12:09 -05:00
Samarth S f151afb2dd Typo fix in README 2020-03-03 01:50:19 +05:30
mapogu ae5aad9c67 Add financialData to info 2020-01-14 13:25:36 +01:00
Frederick Cai 40f3a1ee7f added missing proxy parameter 2020-01-01 18:21:08 +13:00
guscht d539c83382 renamed stock to msft in readme 2019-12-31 11:32:07 +01:00
ran 476cf81beb added slack to travis-ci 2019-12-29 11:46:09 +02:00
ran 69596218a3 removed format 2019-12-27 23:34:57 +02:00
ran 5f9fa3752d urlencode works with python 2/3 2019-12-27 23:16:17 +02:00
ran e9ea719505 changelog + ver# 2019-12-27 23:10:12 +02:00
ran 594d572c6d ISIN lookup working with intl. tickers 2019-12-27 23:09:55 +02:00
ran fa618af5e0 version # + changelog 2019-12-27 20:07:57 +02:00
ran 3b5737b022 updated readme 2019-12-27 20:06:24 +02:00
ran 1609bdf5e4 improved ISIN search 2019-12-27 20:06:16 +02:00
ran 198a2128fd fixed holders always returning results for MSFT 2019-12-27 19:59:57 +02:00
ran dc39885afe added Ticker.isin / Ticker.get_isin(...) 2019-12-27 19:58:43 +02:00
ran 285dde9d6d added Ticker.isin / Ticker.get_isin(...) 2019-12-27 19:58:22 +02:00
ran 53ad581305 version # + changelog 2019-12-04 20:51:43 +02:00
ran a74ccd1a20 improved json regex parsing 2019-12-04 20:51:28 +02:00
Ran Aroussi 1aa6c620af
Update FUNDING.yml 2019-12-04 16:41:24 +02:00
ran 7cc8bda703 updated test 2019-12-04 16:39:49 +02:00
ran 60bf2d0041 updated travis from org to com 2019-12-04 16:36:42 +02:00
ran 77e467ea84 added holding data 2019-12-04 16:35:52 +02:00
ran 73dc656bf1 added holding data 2019-12-04 16:35:43 +02:00