Skip to main content

Mayer Multiple

mayer-multiple

Chart: Mayer Multiple

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
1mayer_multiplestringValue of the Mayer Multiple

Example Request

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

Example Request with Latest

https://charts.bitbo.io/api/v1/mayer-multiple/?latest=true

Example Output

{
"data": [
[
"2025-05-07",
"1.07217940003617657124"
],
[
"2025-05-08",
"1.1350458232544204"
],
[
"2025-05-09",
"1.1314978203393144"
]
]
}