Skip to main content

5 Year HODL

5yr-hodl

Chart: 5 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 (ISO)
1field_5_year_hodl_valuestring5 Year HODL Value

Example Request

https://charts.bitbo.io/api/v1/5yr-hodl/?start_date=2026-04-04&end_date=2026-04-06

Example Request with Latest

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

Code Samples

curl "https://charts.bitbo.io/api/v1/5yr-hodl/?start_date=2026-04-04&end_date=2026-04-06&api_key=YOUR_API_KEY"

Example Output

{
"data": [
[
"2026-04-04",
"31.66"
],
[
"2026-04-05",
"31.65"
],
[
"2026-04-06",
"31.65"
]
]
}