get_instruments: Function to obtain list of all instruments.

Description Usage Arguments Details Value

View source: R/restful.R

Description

Function to obtain a list of tradable instruments.

Usage

1
get_instruments(object, exchange = NULL)

Arguments

object

An object of type kite connect with valid api_key and access_token.

exchange

Exchange for the instruments list. If not specified, returns list of instruments across all exchanges.

Details

This function returns list of instruments trading on a given exchange or across all exchanges. Ideally one should not be required to call this function more than once a day (and save a local copy).

Value

Returns a dataframe of the instrument lists.


prodipta/kiteconnect3 documentation built on Sept. 24, 2020, 8:30 a.m.