fin_ticker {umx} | R Documentation |
Open a ticker in yahoo finance.
Description
Open a stock ticker, currently in yahoo finance
Usage
fin_ticker(ticker = "INTC")
Arguments
ticker |
A stock symbol to look up, e.g., "OXY" |
Value
Open a ticker in a finance site online
See Also
Other Miscellaneous Functions:
deg2rad()
,
fin_JustifiedPE()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
Examples
# Open $INTC in yahoo finance.
## Not run:
fin_ticker("INTC")
## End(Not run)
[Package umx version 4.20.0 Index]