mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Issue #82
This commit is contained in:
@@ -65,7 +65,7 @@ class TestTickerPrices(TestCase):
|
||||
|
||||
@vcr.use_cassette('tests/fixtures/ticker_price_weekly.yaml')
|
||||
def test_ticker_price(self):
|
||||
"""Test that EOD Prices Endpoint works"""
|
||||
"""Test that weekly frequency works"""
|
||||
prices = self._client.get_ticker_price("GOOGL", startDate='2018-01-05',
|
||||
endDate='2018-01-19', frequency='weekly')
|
||||
assert len(prices) == 3
|
||||
|
||||
Reference in New Issue
Block a user