Bitcoin vs Big Tech Market Cap

Bitcoin's market capitalization measured against Apple, Nvidia and the Magnificent Seven.

Bitcoin's market cap as a percentage of Apple's, of Nvidia's, and of the combined Magnificent Seven (Apple, Microsoft, Nvidia, Amazon, Alphabet, Meta and Tesla). Equity market caps come from a vendor feed that publishes weekly and carries five years of history, so these series begin in August 2021 and step once a week.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.

limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.

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.

7 metrics
Metric

BTC Marketcap

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_marketcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    1260993184914.375
  ],
  [
    1786924800000,
    1294526301990.25
  ],
  [
    1787011200000,
    1298516372524.844
  ]
]
Metric

Bt Mag7 Mcap

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_mag7_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}
Metric

Bt Aapl Mcap

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_aapl_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}
Metric

Bt Nvda Mcap

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_nvda_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}
Metric

BTC Mcap Pct Of Mag7

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_mag7?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}
Metric

BTC Mcap Pct Of Aapl

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_aapl?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}
Metric

BTC Mcap Pct Of Nvda

Data used by the Bitcoin vs Big Tech Market Cap chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_nvda?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "sample": [
    [
      1787179329000,
      0.0
    ]
  ]
}