Skip to main content

Peliqan

Profit and loss statement

SQL query for Quickbooks

Retrieve profit and loss statement from Quickbooks data.

SELECT AccountName, SUM(Amount) AS TotalAmount FROM Data_Table WHERE AccountType = ‘Income’ OR AccountType = ‘Expense’ GROUP BY AccountName;

Quickbooks data model

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.