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.
[
[
1782864000000,
1431.9716
],
[
1782950400000,
1431.9716
],
[
1783036800000,
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.
[
[
1782864000000,
85867532.60678001
],
[
1782950400000,
88048826.305628
],
[
1783036800000,
89535441.941884
]
]
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": 872.0,
"date": "2026-07-01",
"high": 939.0,
"open": 900.0,
"close": 888.0,
"volume": 37983545
},
{
"low": 816.0,
"date": "2026-07-02",
"high": 857.0,
"open": 845.0,
"close": 830.0,
"volume": 25783463
},
{
"low": 770.0,
"date": "2026-07-03",
"high": 843.0,
"open": 770.0,
"close": 833.0,
"volume": 3221991
}
]
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": 12.72,
"six_month_return": 517.04,
"three_month_return": 150.9
}
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"
}