Skip to main content

Rainbow HPR Current Band

rainbow-hpr-band

Chart: Rainbow HPR Current Band

Parameters

NameTypeDescriptionRequired
start_datestringStart date in YYYY-MM-DD formatNo
end_datestringEnd date in YYYY-MM-DD formatNo
latestboolIf true, returns the current valueNo

Output

IndexNameTypeDescription
0datestringDate in YYYY-MM-DD format
1bandstringCurrent Rainbow HPR Band (e.g., "Green", "Red", etc.)

Example Request

https://charts.bitbo.io/api/v1/rainbow-hpr-band/?start_date=2025-07-04&end_date=2025-07-04

Example Request with Latest

https://charts.bitbo.io/api/v1/rainbow-hpr-band/?latest=true

Example Output

{
"data": [
[
"2025-07-04",
"Green"
]
]
}