Skip to main content

arkord

Returns ARK orders in a Dataframe

Source Code: [link]

openbb.stocks.disc.arkord(buys_only: bool = False, sells_only: bool = False, fund: str = "")

Parameters

NameTypeDescriptionDefaultOptional
buys_onlyboolFlag to filter on buys onlyFalseTrue
sells_onlyboolFlag to sort on sells onlyFalseTrue
fundstrOptional filter by fundTrue

Returns

TypeDescription
DataFrameARK orders data frame with the following columns -
(ticker, date, shares, weight, fund, direction)