KULR Technology Group Inc

Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/companies/kulr-technology-group-inc/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the company metric names listed below.

Responses

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

Metrics

Each company metric is fetched independently.

7 metrics
Metric

Bitcoin Acquisitions

Bitcoin acquisition history for the company.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1749427200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://www.sec.gov/Archives/edgar/data/1662684/000110465925057631/tm2517423d2_8k.htm",
    "holding_balance": 920.0,
    "holding_net_change": 120.53,
    "transaction_value_usd": 13000000.0,
    "average_entry_value_usd": 107861.0,
    "transaction_value_calculated": false
  },
  {
    "date": 1752019200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://bitcoinmagazine.com/news/kulr-technology-increases-bitcoin-holdings-to-101-million",
    "holding_balance": 1021.0,
    "holding_net_change": 90.0,
    "transaction_value_usd": 9799560.0,
    "average_entry_value_usd": 108884.0,
    "transaction_value_calculated": false
  },
  {
    "date": 1759190400000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://d18rn0p25nwr6d.cloudfront.net/CIK-0001662684/5e18a68d-560b-41e8-b910-0e960577ca26.html#",
    "holding_balance": 1056.69,
    "holding_net_change": 90.0,
    "transaction_value_usd": 9799993.0,
    "average_entry_value_usd": 108888.81,
    "transaction_value_calculated": false
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    1056.69
  ],
  [
    1779062400000,
    1056.69
  ],
  [
    1779148800000,
    1056.69
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    81819358.7634
  ],
  [
    1779062400000,
    81306240.66630001
  ],
  [
    1779148800000,
    81111534.9669
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 3.43,
    "date": "2026-05-15",
    "high": 3.84,
    "open": 3.52,
    "close": 3.6,
    "volume": 2342900
  },
  {
    "low": 3.77,
    "date": "2026-05-18",
    "high": 4.3,
    "open": 3.92,
    "close": 3.92,
    "volume": 5916000
  },
  {
    "low": 3.54,
    "date": "2026-05-19",
    "high": 4.05,
    "open": 3.92,
    "close": 3.63,
    "volume": 2713971
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/company-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "eps_estimate_next_quarter": 0,
  "quarterly_earnings_growth": 0,
  "eps_estimate_current_quarter": -0.08
}
Metric

Performance Metrics

Calculated performance metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": 39.62,
  "six_month_return": 36.47,
  "three_month_return": 21.81
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": 44.7,
  "total_btc_percentage": 0.005,
  "share_price_change_state": "up"
}