fin_ticker {umx} | R Documentation |
Open a stock ticker, currently in yahoo finance
fin_ticker(ticker = "INTC")
ticker |
A stock symbol to look up, e.g., "OXY" |
Open a ticker in a finance site online
Other Miscellaneous Functions:
deg2rad()
,
fin_JustifiedPE()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
# Open $INTC in yahoo finance.
## Not run:
fin_ticker("INTC")
## End(Not run)