Skip to main content

10 Year HODL

10yr-hodl

Chart: 10 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_10_year_hodl_valuestring10 Year HODL Value

Example Request

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

Example Request with Latest

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

Code Samples

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

Example Output

{
"data": [
[
"2026-04-04",
"17.26"
],
[
"2026-04-05",
"17.27"
],
[
"2026-04-06",
"17.28"
]
]
}