How to get profit & loss statement from Xero?

Hi I am trying to get data from Xero for our reporting. We need to extract bank summary and profit & loss statement. I am able to extract bank summary but not profit & loss statement.

Can anyone advise whether it is possible?

Regards,
Dhilip

Hi Dhilip,

Yes, that is possible!

  1. Add a new Xero module and select the “Make an API Call” module.
  2. Connect select your Xero connection
  3. Select your organization
  4. Fill in the following information in the module:
    Base URL: api.xro
    URL: /2.0/Reports/ProfitAndLoss
    Method: GET
  5. Run the module and check if everything is working.

Please let me know if you have any questions.
If you need help with any questions or queries for filtering, please let me know, and I would be happy to help.

4 Likes

Hi @VikarM

Thanks a lot. It’s working. Much appreciated

2 Likes