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
[
  [
    1788825600000,
    1575436574108.438
  ],
  [
    1788912000000,
    1572187802612.906
  ],
  [
    1788998400000,
    1538655673235.625
  ]
]
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
[
  [
    1788825600000,
    23591937637522.43
  ],
  [
    1788912000000,
    23565025214025.21
  ],
  [
    1788998400000,
    23538112790528.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
[
  [
    1788825600000,
    4626229137588.0
  ],
  [
    1788912000000,
    4614178949210.0
  ],
  [
    1788998400000,
    4602128760832.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
[
  [
    1788825600000,
    5402345949135.059
  ],
  [
    1788912000000,
    5401652536295.529
  ],
  [
    1788998400000,
    5400959123456.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
[
  [
    1788825600000,
    6.677860031313167
  ],
  [
    1788912000000,
    6.671700065388371
  ],
  [
    1788998400000,
    6.536869318830001
  ]
]
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
[
  [
    1788825600000,
    34.05444320317068
  ],
  [
    1788912000000,
    34.07296985917901
  ],
  [
    1788998400000,
    33.43356418731443
  ]
]
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
[
  [
    1788825600000,
    29.16208234240669
  ],
  [
    1788912000000,
    29.10568186400078
  ],
  [
    1788998400000,
    28.48856356926213
  ]
]