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
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
Cameron Yick
9a666e0156
[fix] Address pandas future warning about sorting in pd.DataFrame.concat
2020-01-12 11:34:31 -05: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
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
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
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
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
Davis Thames
47014cf62f
issue #82
2018-04-12 21:46:51 -05: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
9dbfbcbdbb
Fix #44 : Raise explicit error when API Key is missing
2017-12-24 13:32:53 -05:00
Cameron Yick
45e1221567
Add Objects to Prices endpoint, Refactor with List Comprehension
2017-10-22 18:53:36 -04:00
Cameron Yick
0106890a96
Refactor with a common method for dict to object converstion
2017-10-22 18:44:39 -04:00
Cameron Yick
af16286303
Fix bugs in how JSON response was being interpreted
...
A singleton was converted to an array accidentally in the previous object implementation.
2017-10-22 18:38:33 -04:00
Bharat Kalluri
2c7f76b683
Fixed code to handle lists
2017-10-10 11:27:40 +05:30
Bharat Kalluri
25a05d4aa4
pep8 corrections and changed all object names
2017-10-09 09:00:37 +05:30
Bharat Kalluri
e566177e4e
Added fmt options for all methods
2017-10-08 23:23:24 +05:30
Cameron Yick
86c2d30b2b
Adjust unzipper to be python 2/3 compatible
2017-09-17 17:39:46 -04:00
Cameron Yick
c6e01ba133
Make StringIO compatible with Python3
2017-09-17 16:55:29 -04:00
Cameron Yick
502acd0650
Rewrite tickers function to use most current ticket data from tiingo website
2017-09-17 16:47:18 -04:00
Cameron Yick
891de629ee
Add method for listing available tickers
2017-09-17 16:26:13 -04:00
Cameron Yick
febffd76da
Refactor News Method
2017-09-17 15:21:03 -04:00
Cameron Yick
14d3bb6bd3
Add support + Tests for using News API
2017-09-17 15:17:03 -04:00
Cameron Yick
87246485d5
Stub News Tickers Endpoint Implementation
...
Remain commented out until we have time to provide mocked HTTP server response.
2017-09-10 22:27:51 -04:00
Cameron Yick
6506b4f238
Deprecate documentation + tests + code for mutual funds metrics
2017-09-01 09:42:30 -04:00
Cameron Yick
9b5685dd82
Add coverage to Tiingo Client for Tickers Endpoint
2017-08-28 22:48:50 -04:00
Cameron Yick
014b666a6e
Cleanup Docstrings, Tests, and Todos
2017-08-25 12:47:45 -04:00
Cameron Yick
2d411a368e
Update Tests and Documentation
2017-08-25 01:32:43 -04:00
Cameron Yick
1831a3f50d
Implement News Feeds Endpoint Stub
2017-08-24 22:29:58 -04:00
Cameron Yick
505002ff3d
Implement Mutual Funds Endpoints
2017-08-24 22:18:03 -04:00
Cameron Yick
6600935de4
Implement Ticker Price Endpoints
2017-08-24 22:13:36 -04:00
Cameron Yick
9988255227
Initialize TiingoClient Class
2017-08-24 22:00:19 -04:00