Learn R Programming

Riex (version 1.0.2)

iex.stats: Returns key stats per symbol - e.g. Market cap, 52 weeks high & low stock price

Description

For more details, visit:https://iexcloud.io/docs/api/#key-stats

Usage

iex.stats(x = "GM", iex_sk)

Arguments

x

A character vector that can include one or multiple Tickers / Stocks Symbols

iex_sk

is a character vector that include IEX Cloud API Secret Token

Value

Key statistics

See Also

Investors Exchange `IEX` developer guide https://iexcloud.io/docs/api/

Investors Exchange Group (IEX Group) offers flexible and salable pricing.https://iexcloud.io/pricing/

View Investors Exchange Group (IEX Group) terms of use and subscription levels.https://iexcloud.io/terms/

Package `iexcloudR`https://github.com/schardtbc/iexcloudR

Examples

Run this code
# NOT RUN {
  iex.stats("TSLA", "sk")
# }

Run the code above in your browser using DataLab