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.
[
[
1778976000000,
252.5
],
[
1779062400000,
267.0
],
[
1779148800000,
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.
[
[
1778976000000,
19551039.65
],
[
1779062400000,
20544120.09
],
[
1779148800000,
20494922.67
]
]
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": 1.05,
"date": "2026-05-14",
"high": 1.17,
"open": 1.05,
"close": 1.14,
"volume": 125300
},
{
"low": 1.06,
"date": "2026-05-15",
"high": 1.13,
"open": 1.13,
"close": 1.07,
"volume": 33400
},
{
"low": 0.96,
"date": "2026-05-19",
"high": 1.05,
"open": 1.05,
"close": 1.05,
"volume": 20895
}
]
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
}
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.08,
"six_month_return": 1.94,
"three_month_return": 6.06
}
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": 59.3,
"total_btc_percentage": 0.001,
"share_price_change_state": "up"
}