mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-01-31 16:44:20 +01:00
Rename method for getting list of all available tickers
This commit is contained in:
committed by
Cameron Yick
parent
9dbfbcbdbb
commit
d99d31acb9
@@ -45,7 +45,7 @@ Now you can use ``TiingoClient`` to make your API calls. (Other parameters are a
|
||||
|
||||
# Check what tickers are available, as well as metadata about each ticker
|
||||
# including supported currency, exchange, and available start/end dates.
|
||||
tickers = client.get_stock_tickers()
|
||||
tickers = client.list_stock_tickers()
|
||||
|
||||
# Get news articles about given tickers. Requires Pro account.
|
||||
articles = client.get_news(tickers=['GOOGL', 'APPL'],
|
||||
|
||||
Reference in New Issue
Block a user