---
title: "GET /public/get_apr_history"
method: GET
path: "/public/get_apr_history"
tags: ["Market Data", "Public"]
---

# GET /public/get_apr_history

`GET /public/get_apr_history`

Retrieves historical Annual Percentage Rate (APR) data for yield-generating tokens. APR represents the annualized return rate for holding these tokens on Deribit.

This method is only applicable to yield-generating tokens: `USDE`, `STETH`, `USDC`, and `BUILD`. Use the `limit` parameter to specify the number of days to retrieve (default 365, maximum 365), and `before` to retrieve APR history before a specific epoch day.

**📖 Related Support Article:** [Yield reward-bearing coins](https://support.deribit.com/hc/en-us/articles/31424939199261-Yield-reward-bearing-coins)

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_apr_history)

## Query parameters

- `currency` 'usde' | 'steth' | 'usdc' | 'build', required
- `limit` integer
- `before` integer

## Response `200`

Success response

- PublicGetAprHistoryResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `continuation` string — Continuation token for pagination.
    - `data` object[], required
      - `day` integer — The full epoch day
      - `apr` number — The APR of the day

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/revisions/2ac2867b1f25/schema)
