Moneybird logo
Moneybird API

Reports

Endpoint:https://moneybird.com/api/v2

Reports provide analytical data about your administration, such as revenue and expense breakdowns by various dimensions like projects, contacts, or time periods.


[Beta] Profit loss report

GET
https://moneybird.com/api/v2
/{administration_id}/report/profit_loss{format}

Get the profit loss report for the administration. This feature is only available for beta testers.

[Beta] Profit loss reportpath Parameters

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

[Beta] Profit loss reportquery Parameters

  • periodstring · pattern: ^(\d{6,8}..\d{6,8}|t…

    The period can be a date range or one of the presets

  • granularitystring · enum
    Enum values:
    month
    quarter
    year
    Default: month
  • project_idstring | integer · pattern: ^\d+$

    A unique record identifier

[Beta] Profit loss report Responses

A profit loss report

  • revenue_by_ledger_accountobject

    Data grouped by ledger account, then by period

  • direct_costs_by_ledger_accountobject

    Data grouped by ledger account, then by period

  • expenses_by_ledger_accountobject

    Data grouped by ledger account, then by period

  • other_income_expenses_by_ledger_accountobject

    Data grouped by ledger account, then by period

  • gross_profitobject

    Data grouped by time periods

  • operating_profitobject

    Data grouped by time periods

  • net_profitobject

    Data grouped by time periods

  • total_expensesobject

    Data grouped by time periods

  • total_revenueobject

    Data grouped by time periods