How to filter data by "Months Ended" (e.g., 3 months ended, 9 months ended)? #595
-
|
Hi everyone, I’m working with So far, I’ve tried using something like: df = statement.to_dataframe(period_filter="Three Months Ended")But I’m not sure if this is the correct way to get specific periods, or if there’s a more precise way to filter by months ended (e.g., latest 3-months vs. latest 9-months). Could someone guide me on how to properly filter by 3-months ended, 6-months ended, 9-months ended, etc.? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
realtemirov
Jan 13, 2026
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
realtemirov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
period_view="Three Recent Periods"I found filtering. thanks