Skip to main content

1 Year HODL

1yr-hodl

Chart: 1 Year HODL

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
11yr_hodlstringValue of the 1 Year HODL

Example Request

https://charts.bitbo.io/api/v1/1yr-hodl/?start_date=2025-05-07&end_date=2025-05-09

Example Request with Latest

https://charts.bitbo.io/api/v1/1yr-hodl/?latest=true

Example Output

{
"data": [
[
"2025-05-07",
"62.9"
],
[
"2025-05-08",
"62.9"
],
[
"2025-05-09",
"62.8"
]
]
}