---
title: "Read monthly cash flow profile"
method: GET
path: "/users/{user_guid}/monthly_cash_flow_profile"
tags: ["monthly cash flow profile"]
---

# Read monthly cash flow profile

`GET /users/{user_guid}/monthly_cash_flow_profile`

Read monthly cash flow profile.

## Response `200`

OK

- MonthlyCashFlowResponseBody
  - `monthly_cash_flow_profile` MonthlyCashFlowResponse
    - `guid` string — Unique identifier for the monthly cash flow profile. Defined by MX.
    - `user_guid` string — Unique identifier for the user the monthly cash flow profile is attached to. Defined by MX.
    - `budgeted_income` number — The amount of the budgeted income for the user.
    - `budgeted_expenses` number — The amount of the budgeted expenses for the user.
    - `goals_contribution` number — The monthly dollar amount allocated for goals.
    - `estimated_goals_contribution` number, nullable — The estimated monthly dollar amount allocated for goals calculated from income and budgets.
    - `uses_estimated_goals_contribution` boolean

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 2 breaking, 1 warning, 3 info
  - the response property `monthly_cash_flow_profile/estimated_goals_contribution` became nullable for the status `200`
  - the `monthly_cash_flow_profile/estimated_goals_contribution` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - deleted the `path` request parameter `user_guid`
  - api operation id `readMonthlyCashFlowProfile` was added
  - …2 more
- **2024-08-14** `3b139213a7b9` — 3 breaking
  - the `monthly_cash_flow_profile/budgeted_expenses` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - the `monthly_cash_flow_profile/budgeted_income` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - the `monthly_cash_flow_profile/goals_contribution` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
- **2024-08-14** `471bc9021d67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/monthly_cash_flow_profile/get.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
