Skip to content

Commit

Permalink
Merge pull request #408 from trenton3983/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
bradmetz committed Sep 25, 2020
2 parents 7ed0402 + 8a31d82 commit 6e52c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ To initialize multiple ``Ticker`` objects, use
# ^ returns a named tuple of Ticker objects
# access each ticker using (example)
tickers.msft.info
tickers.aapl.history(period="1mo")
tickers.goog.actions
tickers.tickers.MSFT.info
tickers.tickers.AAPL.history(period="1mo")
tickers.tickers.GOOG.actions
Fetching data for multiple tickers
Expand Down

0 comments on commit 6e52c83

Please sign in to comment.