fin_ticker: Open a ticker in yahoo finance.

View source: R/misc_and_utility.R

fin_tickerR 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

  • fin_interest(), fin_percent(), fin_NI()

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)

umx documentation built on Nov. 17, 2023, 1:07 a.m.