Skip to main content

MVRV Z-Score

mvrv-z-score

Chart: MVRV Z-Score

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
1mvrv_z_scorestringValue of the MVRV Z-Score

Example Request

https://charts.bitbo.io/api/v1/mvrv-z/?start_date=2025-05-07&end_date=2025-05-09

Example Request with Latest

https://charts.bitbo.io/api/v1/mvrv-z/?latest=true

Example Output

{
"data": [
[
"2025-05-07",
"2.1963769818866542"
],
[
"2025-05-08",
"2.4366380688612448"
],
[
"2025-05-09",
"2.4243248463901575"
]
]
}