Bitcoin Quarterly, Monthly and Weekly Price Performance

Fluctuations in bitcoin's historical prices

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

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

3 metrics
Metric

Btc Day Based Week Performance

Data used by the Quarterly, Monthly and Weekly Price Performance chart.

Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_week_performance?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    -13.97133964926624
  ],
  [
    1780876800000,
    -11.552940394418
  ],
  [
    1780963200000,
    -7.472181804191873
  ]
]
Metric

Btc Day Based Month Performance

Data used by the Quarterly, Monthly and Weekly Price Performance chart.

Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_month_performance?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    -21.11004035054772
  ],
  [
    1780876800000,
    -21.8041428590558
  ],
  [
    1780963200000,
    -25.0809797628318
  ]
]
Metric

Btc Day Based Quarter Performance

Data used by the Quarterly, Monthly and Weekly Price Performance chart.

Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_quarter_performance?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    -7.539135050635721
  ],
  [
    1780876800000,
    -9.81314030986124
  ],
  [
    1780963200000,
    -12.16411108961115
  ]
]