10-Year Real Yield

Daily 10-year Treasury inflation-indexed security (TIPS) yield, representing long-term real yields after expected inflation, plotted against Bitcoin price.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/10-year-real-yield/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

resolution (optional) — 1d only for the metrics on this chart. Any other value is refused with a 400 that names what is available; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Works on every resolution.

limit (optional) — the most recent N observations, maximum 5000. Finer resolutions page by default (2500); a 1d request returns the whole series unless you send limit or before.

before and limit narrow a time series. A response with no single time axis, such as a hash keyed by venue or a labelled snapshot table, has nothing to cut on. It is returned whole, and both parameters are ignored rather than rejected.

A before that is not a positive epoch-millisecond timestamp is a 400. It is the one paging value we reject rather than ignore, because a page size has a sensible default and a cursor does not.

include (optional) — definition wraps the response as {"definition": …, "data": …} and returns the record shown under each metric; see Definitions. Any other value is a 400.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 400 for an unknown include value, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

1 metrics
Metric

10Y Real Yieldtreasury_10y_real_yield

Data used by the 10-Year Real Yield chart.

Resolutions: 1d only.

Endpoint
https://newhedge.io/api/v2/metrics/10-year-real-yield/treasury_10y_real_yield?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1790035200000,
    2.63
  ],
  [
    1790121600000,
    2.76
  ],
  [
    1790208000000,
    2.85
  ]
]
Definition (from the chart description)

Value: Daily 10-year Treasury inflation-indexed security (TIPS) yield, representing long-term real yields after expected inflation, plotted against Bitcoin price.

Units: percent

Timestamp: Labelled 00:00 UTC of the day it describes.

Calendar: calendar_daily