powered by
Get a option contracts from RobinHood
get_contracts(RH, chain_symbol, type, detail = FALSE)
object class RobinHood
(string) a single ticket symbol
(string) one of call or put
(logical) if TRUE (default) return additional info on greeks, prevous day, high/low fill rate prices
if (FALSE) { # Login in to your RobinHood account RH <- RobinHood("username", "password") get_contracts(RH, "IR") }
Run the code above in your browser using DataLab