Skip to main content
GET
List treasury yield rates

Authorizations

X-API-Key
string
header
required

API key prefixed with mda_live_sk_

Query Parameters

maturity
enum<string>

Filter by specific maturity

Available options:
1M,
2M,
3M,
4M,
6M,
1Y,
2Y,
3Y,
5Y,
7Y,
10Y,
20Y,
30Y
curve_type
enum<string>
default:PAR
Available options:
PAR,
TIPS
from
string<date>

Start date (YYYY-MM-DD)

to
string<date>

End date (YYYY-MM-DD)

limit
integer
default:100
Required range: 1 <= x <= 1000
cursor
string

Opaque pagination cursor from previous response

Response

Paginated yield rates

object
string
Example:

"yield_series"

request_id
string
status
string
results
object[]
results_count
integer
has_more
boolean
next_cursor
string
Last modified on April 2, 2026