v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Market Data

Price Changes

This endpoint track price fluctuations in real-time with the Price Changes API. Monitor percentage changes over various time periods, including daily (1D), monthly (1M), yearly (1Y) and long-term (max).

post/v1/price/changes/query

Request body

Response

Successful Response

Example response

{
  "results": [
    {
      "rp_entity_id": "4A6F00",
      "target_identifier_id": "GOOGL",
      "1D": -0.546,
      "5D": -2.946,
      "1M": 18.659,
      "3M": 41.633,
      "6M": 48.909,
      "ytd": 29.752,
      "1Y": 51.042,
      "3Y": 150.372,
      "5Y": 237.022,
      "10Y": 687.536,
      "max": 9692.43
    }
  ]
}