mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 12:24:18 +01:00
Update README.rst
Fixing formatting
This commit is contained in:
@@ -172,7 +172,8 @@ day on 12-31 of each year. The intraday frequencies are specified using an inte
|
|||||||
# You can obtain historical Cryptocurrency price quotes from the get_crypto_price_history() method.
|
# You can obtain historical Cryptocurrency price quotes from the get_crypto_price_history() method.
|
||||||
# NOTE: Crypto symbol MUST be encapsulated in brackets as a Python list!
|
# NOTE: Crypto symbol MUST be encapsulated in brackets as a Python list!
|
||||||
|
|
||||||
client.get_crypto_price_history(tickers = ['BTCUSD'], startDate='2020-12-2', endDate='2020-12-3', resampleFreq='1Hour')
|
client.get_crypto_price_history(tickers = ['BTCUSD'], startDate='2020-12-2',
|
||||||
|
endDate='2020-12-3', resampleFreq='1Hour')
|
||||||
|
|
||||||
Further Docs
|
Further Docs
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
Reference in New Issue
Block a user