LimestoneQueryForSingleSymbol
- ↳ LimestoneQueryForSingleSymbol
Parameters:
Name | Type |
params | QueryParams |
•
Protected
params: QueryParamsConfigures query to fetch the price for a specific date.
Parameters:
Name | Type | Description |
date | ConvertableToDate | Date for the historical price (date | timestamp | string) |
query object
Configures query to fetch the price for the last few days
Parameters:
Name | Type | Description |
daysCount | number | Number of days in the time range |
query object
Configures query to fetch the price for the last few hours
Parameters:
Name | Type | Description |
hoursCount | number | Number of hours in the time range |
query object
Configures query to fetch the price in a time range. It is important to use fromDate with toDate query methods
Parameters:
Name | Type | Description |
date | ConvertableToDate | Start date/time for the time range |
query object
Type parameters:
Name |
T |
Parameters:
Name | Type |
update | any |
Configures query to fetch the price for X hours ago.
Parameters:
Name | Type | Description |
hoursCount | number | Number of hours ago |
query object
Configures query to fetch the latest price/prices It doesn't support any params
query object
Configures query to fetch the price in a time range. toDate method should go after the fromDate
Parameters:
Name | Type | Description |
date | ConvertableToDate | End date/time for the time range |
query object
Last modified 1yr ago