public interface IDataClient
| Modifier and Type | Method and Description |
|---|---|
default List<Bar> |
getBars(String symbol,
String category,
String timespan) |
List<Bar> |
getBars(String symbol,
String category,
String timespan,
int count) |
List<Bar> |
getBars(String symbol,
String category,
String timespan,
int count,
Boolean realTimeRequired,
List<String> tradingSessions) |
BatchBarResponse |
getBatchBars(List<String> symbols,
String category,
String timespan,
int count)
Get batch bars for multiple symbols.
|
BatchBarResponse |
getBatchBars(List<String> symbols,
String category,
String timespan,
int count,
Boolean realTimeRequired,
List<String> tradingSessions)
Get batch bars for multiple symbols.
|
List<CorpAction> |
getCorpAction(CorpActionRequest action)
Only for Webull JP
|
List<EodBars> |
getEodBars(Set<String> instrumentIds,
String date,
Integer count)
Only for Webull JP
|
List<Instrument> |
getInstruments(Set<String> symbols,
String category) |
Quote |
getQuote(String symbol,
String category,
String depth,
Boolean overnightRequired) |
List<Snapshot> |
getSnapshots(Set<String> symbols,
String category,
Boolean extendHourRequired,
Boolean overnightRequired) |
default Tick |
getTicks(String symbol,
String category) |
Tick |
getTicks(String symbol,
String category,
int count,
List<String> tradingSessions) |
List<Instrument> getInstruments(Set<String> symbols, String category)
BatchBarResponse getBatchBars(List<String> symbols, String category, String timespan, int count)
List<Bar> getBars(String symbol, String category, String timespan, int count, Boolean realTimeRequired, List<String> tradingSessions)
BatchBarResponse getBatchBars(List<String> symbols, String category, String timespan, int count, Boolean realTimeRequired, List<String> tradingSessions)
List<EodBars> getEodBars(Set<String> instrumentIds, String date, Integer count)
List<CorpAction> getCorpAction(CorpActionRequest action)
List<Snapshot> getSnapshots(Set<String> symbols, String category, Boolean extendHourRequired, Boolean overnightRequired)
Copyright © 2025 Webull. All rights reserved.