Skip to content

Commit

Permalink
Merge pull request #1058 from PlanetNamekTech/patch-1
Browse files Browse the repository at this point in the history
Update README.md with new notation
  • Loading branch information
ValueRaider committed Nov 2, 2022
2 parents bcd6e5b + 2ff2c57 commit 028334d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ tickers = yf.Tickers('msft aapl goog')
# ^ returns a named tuple of Ticker objects

# access each ticker using (example)
tickers.tickers.MSFT.info
tickers.tickers.AAPL.history(period="1mo")
tickers.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 028334d

Please sign in to comment.