MSCI ACWI

iShares MSCI ACWI ETF daily price used as a proxy for global developed and emerging market equity exposure, plotted alongside Bitcoin price.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/msci-acwi/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

ACWIacwi_price_usd

Data used by the MSCI ACWI chart.

Resolutions: 1d only.

Endpoint
https://newhedge.io/api/v2/metrics/msci-acwi/acwi_price_usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1790121600000,
    160.22
  ],
  [
    1790208000000,
    160.08
  ],
  [
    1790294400000,
    161.05
  ]
]
Definition (from the chart description)

Value: iShares MSCI ACWI ETF daily price used as a proxy for global developed and emerging market equity exposure, plotted alongside Bitcoin price.

Units: usd

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

Calendar: weekday_only