LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Reports

Fetch monthly revenue and expenses

Returns one monthly bucket with revenue and expenses for each of the last 12 months.

GET /v1/reports/monthly-revenue-expenses
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
GET /v1/reports/monthly-revenue-expenses
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/reports/monthly-revenue-expenses' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
[
  {
    "month": "<string>",
    "revenue": 1,
    "expenses": 1
  }
]