You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran this code from the Getting Started documentation but the limit parameter doesn't return the n number of rows. It always defaults to 5. I haven't found a solution to the problem yet anywhere else so I'm adding this here.
I ran this code from the Getting Started documentation but the limit parameter doesn't return the n number of rows. It always defaults to 5. I haven't found a solution to the problem yet anywhere else so I'm adding this here.
(
obb.equity.fundamental.income(
"TGT",
provider="yfinance",
limit=10,
period="quarter"
).to_df()
)
I am running this on openbb 4.3.4 in python 3.12
The text was updated successfully, but these errors were encountered: