---
title: "Money-market yield"
method: GET
path: "/home/money_market_yield"
tags: ["home"]
---

# Money-market yield

`GET /home/money_market_yield`

Returns the WTGXX daily yield as a stringified percent.

## Query parameters

- `timezone` string

## Response `200`

OK

- HomeMoneyMarketYieldOutput
  - `all_time_accrual_display` string
  - `breakdown` HomeFundYieldRow[], nullable
    - `asset_class` string
    - `balance_display` string
    - `money_market` boolean
    - `native_display` string
    - `next_distribution_display` string
    - `symbol` string
    - `unpriced` boolean
    - `yield_as_of` string
    - `yield_label` string
    - `yield_percent` string
  - `currently_held` boolean
  - `day_of_month` integer
  - `days_in_month` integer
  - `ever_held` boolean
  - `month` integer
  - `next_payout_display` string
  - `pending_dividend_display` string
  - `total_balance_display` string
  - `yield` string
  - `yield_as_of` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/2891199eb659/schema)
