Somboon Advance Technology
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/somboon-advance-technology/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/somboon-advance-technology/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1765411200000,
"type": "sell",
"coin_id": "bitcoin",
"source_url": "https://newswire.tickerapp.net/rns/2025-12-11/1742L/2THHw92W.content.html",
"holding_balance": 620.0,
"holding_net_change": -579.0,
"transaction_value_usd": 53573150.37,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1775088000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.londonstockexchange.com/news-article/SATS/cost-reduction-programme-and-bitcoin-purchase/17531920",
"holding_balance": 645.65,
"holding_net_change": 25.65,
"transaction_value_usd": 1827111.0,
"average_entry_value_usd": 71232.4,
"transaction_value_calculated": false
},
{
"date": 1776816000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.londonstockexchange.com/news-article/SATS/bitcoin-acquisition/17561804",
"holding_balance": 668.42,
"holding_net_change": 22.77,
"transaction_value_usd": 1800000.0,
"average_entry_value_usd": 79051.38,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/somboon-advance-technology/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
668.42
],
[
1780876800000,
668.42
],
[
1780963200000,
668.42
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/somboon-advance-technology/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
42286662.1962
],
[
1780876800000,
42155698.665599994
],
[
1780963200000,
41234488.9058
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/somboon-advance-technology/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 15.4,
"date": "2026-06-04",
"high": 15.8,
"open": 15.5,
"close": 15.7,
"volume": 1329713
},
{
"low": 15.6,
"date": "2026-06-05",
"high": 15.8,
"open": 15.8,
"close": 15.8,
"volume": 555904
},
{
"low": 15.5,
"date": "2026-06-08",
"high": 15.8,
"open": 15.7,
"close": 15.7,
"volume": 743023
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/somboon-advance-technology/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 0.12,
"eps_estimate_current_quarter": 0.42
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/somboon-advance-technology/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 6.8,
"six_month_return": 14.6,
"three_month_return": -5.42
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/somboon-advance-technology/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 0.6,
"total_btc_percentage": 0.003,
"share_price_change_state": "down"
}