I'm working on a budgeting application for internal use at my company. The application is in Python and I am using pandas to analyze our financial performance.
In order to work with the data, I need to pull ALL transactions year to date from our Quickbooks Online account. What is the best way to do this?
For QBO, you will have to query on each transaction entity/endpoint using filter on start-date as the beginning of the year.
https://developer.intuit.com/docs/api/accounting https://developer.intuit.com/docs/0100_accounting/0300_developer_guides/querying_data