KULR Technology Group Inc
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/kulr-technology-group-inc/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the company metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each company metric is fetched independently.
Bitcoin Acquisitions
Bitcoin acquisition history for the company.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"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
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
1056.69
],
[
1780876800000,
1056.69
],
[
1780963200000,
1056.69
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
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.
[
[
1780790400000,
66850024.0509
],
[
1780876800000,
66642986.7792
],
[
1780963200000,
65186667.1881
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 4.35,
"date": "2026-06-04",
"high": 4.79,
"open": 4.4,
"close": 4.58,
"volume": 2132000
},
{
"low": 3.69,
"date": "2026-06-05",
"high": 4.56,
"open": 4.55,
"close": 3.81,
"volume": 3347600
},
{
"low": 3.7,
"date": "2026-06-08",
"high": 4.07,
"open": 3.99,
"close": 3.73,
"volume": 1896081
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 0,
"eps_estimate_current_quarter": -0.08
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 36.63,
"six_month_return": -5.57,
"three_month_return": 29.51
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/kulr-technology-group-inc/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 37.0,
"total_btc_percentage": 0.005,
"share_price_change_state": "down"
}