instruments_search: Retrieve tradable instruments

Description Usage Arguments Note See Also Examples

View source: R/instruments_search.R

Description

Retrieve tradable instruments

Usage

1
2
3
4
instruments_search(
  params = list(mic = NULL, isin = NULL, search = NULL, type = NULL, currency = NULL,
    tradable = NULL)
)

Arguments

params

list; search parameters to be specified in list. The list may contain the following elements:

mic

Enter a Market Identifier Code (MIC) in there. Default is XMUN.

isin

Specify the ISIN you are interested in. You can also specify multiple ISINs. Maximum 10 ISINs per Request.

search

search for Name/Title, ISIN, WKN or symbol. You can also perform a partial search by only specifiying the first 4 symbols.

type

Search by Instrument type. Valid types: stock, bond, warrant, fund, etf.

currency

3 letter abbreviation, e.g. "EUR" or "USD"

tradable

TRUE or FALSE

search

character; Search term to find requested instrument.

isin

character; ISIN of instrument to be retrieved.

Note

Does not support pagination, therefore result limit of 100 instruments.

See Also

https://docs.lemon.markets/working-with-market-data#finding-a-stock

Examples

1
2
3
4
## Not run: 
  instruments_search(search = "daimler")

## End(Not run)

quantargo/lemonmarkets documentation built on Dec. 22, 2021, 10:57 a.m.