Commit Graph

17 Commits

Author SHA1 Message Date
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
2xmm
8e0f5344ac Add option to request data in csv format in get_dataframe method 2020-10-17 16:56:22 -03:00
Cameron Yick
b466530231 [tests] Update test to get fixture response for non stock ticker types 2019-10-20 17:21:23 -04:00
Cameron Yick
6e36317961 [tests] Address typos in cassette test imports 2019-10-19 18:55:19 -04:00
n1rna
58efa544ec Fix status code and some typos in crypto fixtures 2019-10-16 10:56:39 +03:30
n1rna
d50c04929c Add cassette fixtures for crypto endpoints 2019-10-13 23:54:48 +03:30
Cameron Yick
98ad58a0ef [feature] Add news onlyWithTickers parameter 2019-09-01 21:13:45 -04:00
Cameron Yick
e66fc36c3f [documentation] Update changelog 2019-09-01 20:58:20 -04:00
Cameron Yick
13579a117b [feature] Rename internal sources URL parameter to source 2019-09-01 20:53:07 -04:00
Davis Thames
ec15ef85d6 Initial commit 2018-07-03 23:09:15 -04:00
Davis Thames
f7b3da50a7 addressed comments 2018-06-10 14:12:26 -05:00
Davis Thames
3c369e8208 issue#85 add test fixtures 2018-05-09 22:27:52 -05:00
Davis Thames
ef3597b083 issue #82: added tests 2018-04-13 09:51:58 -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
Dmitry Budaev
c847da3aa9 Use VCR.py to Mock API Responses 2017-10-08 13:59:08 +02:00