Class HttpBarFetcher

java.lang.Object
com.quantfinlib.data.HttpBarFetcher

public final class HttpBarFetcher extends Object
Fetches OHLCV data over HTTP from any endpoint serving CSV bars (most free market data APIs offer a CSV export) and parses it with CsvBarLoader. Pure JDK java.net.http — no dependencies.