---
title: "Retrieve SPIKE Data"
method: GET
path: "/api/market/spike"
---

# Retrieve SPIKE Data

`GET /api/market/spike`

Returns SPIKE values for a given date.

## Query parameters

- `date` string, date

## Response `200`

Successful response with SPIKE data.

- SPIKEResponse
  - `data` SPIKEEntry[]
    - `time` string, date-time — The timestamp for the SPIKE value.
    - `value` string — The SPIKE value.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/versions/0b37cadfb125/schema)
