symbols_by_exchange: All available symbols at an exchange

Description Usage Arguments Value References Examples

View source: R/iexcloud.R

Description

asdf

Usage

1
symbols_by_exchange(iex_exchange_code, market_identifier_code)

Arguments

iex_exchange_code

IEX exchange code

market_identifier_code

MIC according to ISO 10383, supersedes 'iex_exchange'

Value

A tibble of all available symbols at the specified exchange. Notable fields are 'symbol' and 'name'.

References

See https://iexcloud.io/docs/api/#international-symbols

Examples

1
2
3
4
## Not run: 
apikey("your_key")
symbols_by_exchange(market_identifier_code = "XETR")
## End(Not run)

kermit-t-frog/iexcloudr documentation built on Dec. 21, 2021, 5:25 a.m.