Yuxing InfoTech Investment Holdings Ltd
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/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/yuxing-infotech-investment-holdings-ltd/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1735603200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.binance.com/en/square/post/01-01-2025-yuxing-technology-acquires-bitcoin-worth-6-3-million-18333202593122",
"holding_balance": 78.2,
"holding_net_change": 78.2,
"transaction_value_usd": 6331072.0,
"average_entry_value_usd": 80960.0,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
78.2
],
[
1779062400000,
78.2
],
[
1779148800000,
78.2
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
6055015.052
],
[
1779062400000,
6017041.914000001
],
[
1779148800000,
6002632.782
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 0.068,
"date": "2026-05-15",
"high": 0.071,
"open": 0.069,
"close": 0.07,
"volume": 96000
},
{
"low": 0.07,
"date": "2026-05-18",
"high": 0.072,
"open": 0.071,
"close": 0.072,
"volume": 280000
},
{
"low": 0.07,
"date": "2026-05-19",
"high": 0.072,
"open": 0.072,
"close": 0.07,
"volume": 122000
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 1,
"eps_estimate_current_quarter": 0
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 1.45,
"six_month_return": -4.11,
"three_month_return": -12.5
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 3.4,
"total_btc_percentage": 0.0,
"share_price_change_state": "down"
}