We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed0402 + 8a31d82 commit 6e52c83Copy full SHA for 6e52c83
README.rst
@@ -159,9 +159,9 @@ To initialize multiple ``Ticker`` objects, use
159
# ^ returns a named tuple of Ticker objects
160
161
# access each ticker using (example)
162
- tickers.msft.info
163
- tickers.aapl.history(period="1mo")
164
- tickers.goog.actions
+ tickers.tickers.MSFT.info
+ tickers.tickers.AAPL.history(period="1mo")
+ tickers.tickers.GOOG.actions
165
166
167
Fetching data for multiple tickers
0 commit comments