Kinsus Interconnect Technology Corp
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/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/kinsus-interconnect-technology-corp/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1776384000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2792049/00.pdf",
"holding_balance": 1422.1041,
"holding_net_change": 5.07,
"transaction_value_usd": 372911.53,
"average_entry_value_usd": 73552.57,
"transaction_value_calculated": false
},
{
"date": 1776643200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2792610/00.pdf",
"holding_balance": 1422.7931,
"holding_net_change": 0.69,
"transaction_value_usd": 50673.41,
"average_entry_value_usd": 73546.31,
"transaction_value_calculated": false
},
{
"date": 1776816000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2793164/00.pdf",
"holding_balance": 1431.9716,
"holding_net_change": 9.18,
"transaction_value_usd": 696910.15,
"average_entry_value_usd": 75928.54,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
1431.9716
],
[
1780876800000,
1431.9716
],
[
1780963200000,
1431.9716
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
90591692.83347601
],
[
1780876800000,
90311126.637888
],
[
1780963200000,
88337597.698484
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 623.0,
"date": "2026-06-05",
"high": 725.0,
"open": 662.0,
"close": 712.0,
"volume": 7144763
},
{
"low": 641.0,
"date": "2026-06-08",
"high": 698.0,
"open": 641.0,
"close": 698.0,
"volume": 7808066
},
{
"low": 683.0,
"date": "2026-06-09",
"high": 732.0,
"open": 705.0,
"close": 714.0,
"volume": 5503974
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 1.9448,
"quarterly_earnings_growth": 0.928,
"eps_estimate_current_quarter": 1.326
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 41.95,
"six_month_return": 417.39,
"three_month_return": 169.94
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 0.0,
"total_btc_percentage": 0.007,
"share_price_change_state": "down"
}