LQwD FinTech Corp
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/lqwd-fintech-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/lqwd-fintech-corp/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1759104000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://lqwdtech.com/2025/lqwd-acquires-additional-bitcoin-increasing-its-holdings-to-252-5-btc/",
"holding_balance": 252.5,
"holding_net_change": 14.0,
"transaction_value_usd": 1558295.0,
"average_entry_value_usd": 111306.79,
"transaction_value_calculated": false
},
{
"date": 1776297600000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://lqwdtech.com/news/lqwd-technologies-acquires-additional-bitcoin-increasing-its-holdings-to-262-btc",
"holding_balance": 262.0,
"holding_net_change": 9.5,
"transaction_value_usd": 737708.0,
"average_entry_value_usd": 77653.47,
"transaction_value_calculated": false
},
{
"date": 1778544000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://lqwdtech.com/news/lqwd-technologies-increases-bitcoin-treasury-and-expands-productive-network-capital-on-lightning",
"holding_balance": 267.0,
"holding_net_change": 5.0,
"transaction_value_usd": 387005.0,
"average_entry_value_usd": 77401.0,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1786924800000,
267.0
],
[
1787011200000,
267.0
],
[
1787097600000,
267.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1786924800000,
16774525.98
],
[
1787011200000,
17220181.02
],
[
1787097600000,
17272857.45
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 0.65,
"date": "2026-08-14",
"high": 0.65,
"open": 0.65,
"close": 0.65,
"volume": 3000
},
{
"low": 0.6,
"date": "2026-08-17",
"high": 0.67,
"open": 0.65,
"close": 0.65,
"volume": 19000
},
{
"low": 0.64,
"date": "2026-08-18",
"high": 0.65,
"open": 0.64,
"close": 0.65,
"volume": 17050
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/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.03
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -7.14,
"six_month_return": -34.34,
"three_month_return": -38.1
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 82.2,
"total_btc_percentage": 0.001,
"share_price_change_state": "down"
}