Skip to main content

3 Year HODL

3yr-hodl

Chart: 3 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_3_year_hodl_valuestring3 Year HODL Value

Example Request

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

Example Request with Latest

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

Code Samples

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

Example Output

{
"data": [
[
"2026-04-04",
"42.58"
],
[
"2026-04-05",
"42.57"
],
[
"2026-04-06",
"42.57"
]
]
}