Skip to main content

NUPL

nupl-ratio

Chart: NUPL

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
1nuplstringNUPL (Net Unrealized Profit/Loss) Ratio value

Example Request

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

Example Request with Latest

https://charts.bitbo.io/api/v1/nupl-ratio/?latest=true

Example Output

{
"data": [
[
"2025-05-07",
"0.53795564442121654938"
],
[
"2025-05-08",
"0.56333558241483653911"
],
[
"2025-05-09",
"0.56185701896518636022"
]
]
}