Currency monthly returns
Description
Month-by-month USD closing price for a single currency, plus the percent change versus the previous month (changeMoM). Each row covers one calendar month (year + month 1..12). Optional from/to filter the returned range; the previous-month reference for the first returned row is always taken from the full series, so changeMoM stays meaningful at range edges.
Pricing
- 1 credit per request.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Numeric coin id.
1
Query Parameters
Range start (ISO 8601 or Unix timestamp in seconds/milliseconds). Defaults to coin listing.
"2024-01-01"
Range end (ISO 8601 or Unix timestamp in seconds/milliseconds). Defaults to now.
Response
Calendar year of the month.
2024
Month number (1..12).
11
USD price at month close (last available price in the month).
"93429.12"
Percent change of closingPrice vs the previous month. Null when no previous month is available.
12.45