bitquery-crypto-price

SDK for fetching and streaming real-time and historical crypto prices using Bitquery's Trading API. Provides easy-to-use functions for token prices, OHLC candles, market data, and WebSocket streams.

vwap-fast

Quickly calculate moving volume-weighted average prices [aka VWAP or MVWAP] from a stream of OHLCV candles. Uses prefix sums and static 'rolling' arrays for efficiency.