v1
latestOpenAPI 3.0.32026-08-04850206.9 KBIndicators
MFI (Money Flow Index)
Daily Money Flow Index — a volume-weighted RSI (0–100) that factors trading volume into momentum, often called "volume RSI"; above 80 overbought, below 20 oversold. Windows: 7, 14, 28 days (default 14).
get/api/v1/coins/{slug}/indicators/mfi
Query parameters
periodinteger
Window length — one of 7, 14, 28 (default 14).
Example:14
Window length — one of 7, 14, 28 (default 14).
startstring
ISO date lower bound.
Example:2026-06-01
ISO date lower bound.
endstring
ISO date upper bound.
Example:2026-06-30
ISO date upper bound.
limitinteger
Max rows (1–1000, default 365).
Example:30
Max rows (1–1000, default 365).
Response
Example response
{
"data": [
{
"date": "2026-06-14",
"value": 57.2
}
],
"meta": {
"coin": "bitcoin",
"indicator": "mfi",
"period": 14,
"count": 1
}
}