---
title: "Changes to Stock Candles"
method: GET
path: "/stock/candle"
---

# Changes to Stock Candles

`GET /stock/candle`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 35 revisions.

- **2021-07-27** `b9cd697cee6d` — 1 warning
- **2021-07-23** `a148c0b2d583` — 1 info
- **2020-06-24** `0bf39a0b1e67` — 1 info
- **2020-06-23** `9dd521fb3157` — 1 breaking
- **2020-06-12** `fea47f48a0f6` — 1 warning
- **2020-06-09** `9710addc4f34` — 2 breaking
- **2020-05-28** `d25d49a41bb7` — 6 breaking
- **2020-05-26** `c5b8e420b78c` — 6 breaking, 5 info

## Changes

- **2021-07-27** `b9cd697cee6d` — 1 warning
  - deleted the `query` request parameter `adjusted`
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-24** `0bf39a0b1e67` — 1 info
  - endpoint added
- **2020-06-23** `9dd521fb3157` — 1 breaking
  - api path removed without deprecation
- **2020-06-12** `fea47f48a0f6` — 1 warning
  - deleted the `query` request parameter `format`
- **2020-06-09** `9710addc4f34` — 2 breaking
  - the `query` request parameter `from` became required
  - the `query` request parameter `to` became required
- **2020-05-28** `d25d49a41bb7` — 6 breaking
  - the `c` response's property type/format changed from `number`/`float` to `array`/`` for status `200`
  - the `h` response's property type/format changed from `number`/`float` to `array`/`` for status `200`
  - the `l` response's property type/format changed from `number`/`float` to `array`/`` for status `200`
  - the `o` response's property type/format changed from `number`/`float` to `array`/`` for status `200`
  - the `t` response's property type/format changed from `integer`/`int64` to `array`/`` for status `200`
  - the `v` response's property type/format changed from `number`/`float` to `array`/`` for status `200`
- **2020-05-26** `c5b8e420b78c` — 6 breaking, 5 info
  - the `c` response's property type/format changed from `array`/`` to `number`/`float` for status `200`
  - the `h` response's property type/format changed from `array`/`` to `number`/`float` for status `200`
  - the `l` response's property type/format changed from `array`/`` to `number`/`float` for status `200`
  - the `o` response's property type/format changed from `array`/`` to `number`/`float` for status `200`
  - the `t` response's property type/format changed from `array`/`` to `integer`/`int64` for status `200`
  - the `v` response's property type/format changed from `array`/`` to `number`/`float` for status `200`
  - api tag `Default` removed
  - added the new optional `query` request parameter `adjusted`
  - added the new optional `query` request parameter `format`
  - the `query` request parameter `from` became optional
  - the `query` request parameter `to` became optional

---

[Operation](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/docs/stock/candle/get.md) · [API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [Page](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/candle/get)
