mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-01 00:54:21 +01:00
Rewrite tickers function to use most current ticket data from tiingo website
This commit is contained in:
@@ -43,6 +43,10 @@ Now you can use ``TiingoClient`` to make your API calls. (Other parameters are a
|
||||
# Get latest prices, based on 3+ sources, as CSV or JSON, sampled weekly
|
||||
ticker_price = client.get_ticker_price("GOOGL", frequency="weekly")
|
||||
|
||||
# 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()
|
||||
|
||||
# Get news articles about given tickers. Requires Pro account.
|
||||
articles = client.get_news(tickers=['GOOGL', 'APPL'],
|
||||
tags=['Bitcoin'],
|
||||
|
||||
Reference in New Issue
Block a user