Commit Graph

84 Commits

Author SHA1 Message Date
Cameron Yick
56812c019f update black formatting for latest black version 2023-03-28 20:25:42 -04:00
Cameron Yick
f4a9a04b2e formatting: apply black formatter 2021-08-14 21:03:11 -04:00
Cameron Yick
6793bbbfd4 Merge pull request #508 from Mohamedemad4/added-websocket-client
feature(websocket): Add websocket client
2021-07-19 18:20:38 -04:00
mohamedemad4
0be8171d0c ignore lgtm [py/not-named-self] 2021-07-01 14:16:57 +02:00
Cameron Yick
68c47b021c Prepare for version 0.14.0 release 2021-03-06 21:23:17 -05:00
atarax
a2cfbc7415 [feature] Add fundamentals-data 2021-02-11 11:34:46 +01:00
David Minnen
aed36edb65 Update get_news() to work when no sources are provided.
Currently, `sources=[]` by default, which will become "" once the
list is `joined` to form a csv string. The tiingo api appears to
interpret the empty string as "don't match any sources" instead of
"match all sources". This commit fixes the problem by setting
`sources` to `None` if the list is empty.

Adds unit test for empty new sources list.

Updates HISTORY.rst with note about bug fix.
2021-01-11 04:44:35 +00:00
mohamedemad4
be25aa24c3 better error handling for config option 2021-01-03 12:59:22 +02:00
2xmm
7e6af79adf Update comment regarding timezone inclusion for csv requests. 2020-10-22 10:56:29 -03:00
2xmm
8e0f5344ac Add option to request data in csv format in get_dataframe method 2020-10-17 16:56:22 -03:00
mohamedemad4
f157b0c841 removed config as a default arg;added comment to explain why on_error() and on_close() don't get a self 2020-10-06 04:26:36 +02:00
mohamedemad4
716a5b6b48 removed uneeded import 2020-10-04 06:33:53 +02:00
mohamedemad4
d9cb8947fb ditched the Globals and used a higher order func instead;also ditched the send thread on_open() 2020-10-03 20:45:55 +02:00
mohamedemad4
fa6b010e9a Added tests to check for valid initialization arguments for TiingoWebsocketClient 2020-09-10 12:02:00 +02:00
mohamedemad4
a76fa92d60 minor comments and doc changes 2020-09-10 11:25:05 +02:00
mohamedemad4
111dcb043d ammends to the last commit 2020-09-06 15:47:26 +02:00
mohamedemad4
febcd8a5f3 added a more informative docstring with response examples;more verbose error msg for missing on_msg_cb 2020-09-06 15:33:10 +02:00
mohamedemad4
4ce17b8079 Added barebone support for websockets API 2020-09-02 03:17:11 +02:00
Cameron Yick
9a666e0156 [fix] Address pandas future warning about sorting in pd.DataFrame.concat 2020-01-12 11:34:31 -05:00
Cameron Yick
4a9f06b541 [docs] Update changelog and version for 0.12.0 release 2019-10-20 17:08:10 -04:00
Cameron Yick
18fb289d9f Merge pull request #346 from n1rna/improve-list-tickers
Add support for multi tickers in list_tickers function
2019-10-20 15:50:54 -04:00
n1rna
d7e58c622f Change name of variable to 2019-10-20 11:00:44 +03:30
Cameron Yick
6e36317961 [tests] Address typos in cassette test imports 2019-10-19 18:55:19 -04:00
n1rna
60d0b0af02 Use python set instead of list in list_tickers for better performance 2019-10-19 21:59:12 +03:30
n1rna
c3394c8cdc Add support for multi tickers in list_tickers function 2019-10-18 19:06:35 +03:30
n1rna
c455fd856d Remove endDate argument from crypto top of book endpoint 2019-10-16 10:57:30 +03:30
n1rna
b18f358d61 Fix some minor issues and typos 2019-10-13 23:56:29 +03:30
n1rna
7935168ade Add support for tiingo crypto endpoints to TiingoClient 2019-10-13 00:28:57 +03:30
Cameron Yick
e800f232c9 [release] Release version 0.11.0 2019-09-01 21:25:11 -04:00
Cameron Yick
98ad58a0ef [feature] Add news onlyWithTickers parameter 2019-09-01 21:13:45 -04:00
Cameron Yick
13579a117b [feature] Rename internal sources URL parameter to source 2019-09-01 20:53:07 -04:00
Cameron Yick
567e1a559d Update changelog and version for v0.10.0 release 2019-05-11 20:02:28 -04:00
Cameron Yick
922812a026 [errors] Be more specific about requiring tickers as list 2019-05-05 15:41:08 -04:00
Cameron Yick
5b6e6ce202 [errors] Validate arguments to get_dataframe 2019-05-05 15:41:08 -04:00
Cameron Yick
c1e71ec576 update changelog and version 2019-01-30 22:24:19 -05:00
Cameron Yick
db60f3a42b Minor version bump 2018-07-07 13:39:27 -04:00
Davis Thames
7672b2f2fa Requested changes 2018-07-04 13:24:04 -04:00
Davis Thames
3fbb6e5121 Updated frequency error check 2018-07-04 07:34:50 -04:00
Davis Thames
ec15ef85d6 Initial commit 2018-07-03 23:09:15 -04:00
Cameron Yick
cd9ba737cc Minor bump to 0.7.0 2018-06-14 01:31:50 -04:00
Davis Thames
a2b4d34ab1 reverted to prior indexing method 2018-06-10 14:13:28 -05:00
Davis Thames
f7b3da50a7 addressed comments 2018-06-10 14:12:26 -05:00
Davis Thames
e3f26f609b issue#85 initial commit 2018-05-09 22:26:18 -05:00
Cameron Yick
20ae538b35 Bump to version 0.6.0 2018-04-30 23:01:14 -04:00
Cameron Yick
f49e85d55a Bump version to 0.5.1 2018-04-21 15:59:30 -04:00
Davis Thames
47014cf62f issue #82 2018-04-12 21:46:51 -05:00
Cameron Yick
18833b7dbd Minor Version Bump in Library and Docs 2018-03-11 15:35:17 -04:00
Cameron Yick
affbcff976 Fix #53, #59, #60, #64, #65: Dev Dependencies 2018-03-11 15:23:13 -04:00
Clark, Steve
6b08b8987a Add interfaces to obtain mutual fund and ETF tickers.
Add unit tests for new methods.
Update fixtures to support the etf and mutual fund tests.
Change filename inside of zip to supported_tickers.csv
Add second entry into supported_tickers.csv
Added myself to authors.
2018-03-04 07:38:21 -06:00
Cameron Yick
33b8690310 Version Bump 2017-12-24 13:36:26 -05:00