LTC Historical Level 2 Orderbook Data

LTC-USDT·Hyperliquid DEX·5-Minute Bars·10-Level Depth

Analyze Litecoin's mature payment network orderbook dynamics. LTC's decade-long market history on Hyperliquid captures institutional depth patterns around halving cycles and MimbleWimble privacy upgrades — essential for long-horizon statistical arbitrage backtesting.

📅Data Range
Mar 1, 2025 → Feb 28, 2026
📊Rows (5m)
~96,000
💾Size
~9 MB
🔢Columns
47

Quick Start

import pandas as pd
# Load the institutional LTC orderbook depth dataset
df = pd.read_parquet('ltc_l2_depth_5m.parquet')
print(df[['timestamp', 'bid_volume_level_1', 'ask_volume_level_1']].head())

What Your Data Looks Like

LTC Sample Data Preview
timestampclose_pricebid_volume_level_1ask_volume_level_1bid_distance_level_1
2025-06-15 12:00:00115.40450.000415.5002.2
2025-06-15 12:05:00115.75475.200400.3002.1
2025-06-15 12:10:00115.55435.700440.1002.3
2025-06-15 12:15:00116.00495.400385.8001.9
2025-06-15 12:20:00115.85460.100410.6002.0
Loading real LTC 7-day sample…

Dataset Schema

ColumnTypeDescription
timestamp_utcDateTimeISO 8601 UTC timestamp of bar open
instrument_symbolStringTrading pair (e.g., BTC-USDT)
open_priceFloatMid-price at bar open
high_priceFloatHighest mid-price in bar
low_priceFloatLowest mid-price in bar
close_priceFloatMid-price at bar close
interval_traded_volumeFloatTaker flow volume proxy
View full 47-column schema →
Download Now

Get LTC Orderbook Data

Choose your resolution — both the 5-minute and 1-minute LTC datasets are available here.

5m Standard$99
  • LTC · 5-minute bars
  • ~96,000 bars · 47 columns
  • 10-level depth · ~9 MB compressed
  • Personal license · Instant delivery
Highest Resolution
1m Pro$149
  • LTC · 1-minute bars
  • ~471,000 bars · 121 columns
  • 30-level depth · ~240 MB compressed
  • Personal license · Instant delivery

One-time purchase · Instant delivery · Compressed CSV. Need every instrument? 5m bundle ($149) · 1m bundle ($1,499)

Frequently Asked Questions

What is the LTC (Litecoin) orderbook dataset?+
The LTC dataset contains historical Level 2 orderbook depth data for the LTC-USDT perpetual futures market on Hyperliquid DEX. It includes 96,000 rows of 5-minute bars with 47 columns capturing bid/ask volumes and distances at 10 depth levels — providing institutional-grade microstructure intelligence for Litecoin. Analyze Litecoin's mature payment network orderbook dynamics. LTC's decade-long market history on Hyperliquid captures institutional depth patterns around halving cycles and MimbleWimble privacy upgrades — essential for long-horizon statistical arbitrage backtesting.
How large is the LTC dataset?+
The LTC 5-minute dataset contains approximately 96,000 rows and is approximately 9 MB in compressed CSV format. Each row has 47 columns including OHLCV prices, cumulative bid and ask volumes at 10 depth levels, and bid/ask distances measured in basis points from mid-price.
What time period does the LTC data cover?+
The LTC dataset covers the period from Mar 1, 2025 to Feb 28, 2026 — approximately 12 months of continuous 5-minute bars sourced from Hyperliquid DEX perpetual futures. This provides a full market cycle of Litecoin orderbook microstructure data for backtesting and quantitative research.