---
title: "Latest bar (single symbol)"
method: GET
path: "/v2/stocks/{symbol}/bars/latest"
tags: ["Stock"]
---

# Latest bar (single symbol)

`GET /v2/stocks/{symbol}/bars/latest`

The latest bar endpoint returns the latest minute bar for the given ticker symbol.

## Path parameters

- `symbol` string, required

## Query parameters

- `feed` 'delayed_sip' | 'iex' | 'otc' | 'sip' | 'boats' | 'overnight'
- `currency` string

## Response `200`

OK

- StockLatestBarsRespSingle
  - `bar` StockBar, required — OHLC aggregate of all the trades in a given interval.
    - `c` number, double, required — Closing price.
    - `h` number, double, required — High price.
    - `l` number, double, required — Low price.
    - `n` integer, required — Trade count in the bar.
    - `o` number, double, required — Opening price.
    - `t` string, date-time, required — Timestamp in RFC-3339 format with nanosecond precision.
    - `v` integer, required — Bar volume.
    - `vw` number, double, required — Volume weighted average price.
  - `currency` string
  - `symbol` string, required

## Other responses

- `400` — One of the request parameters is invalid. See the returned message for details.
- `401` — Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.
- `403` — The requested resource is forbidden.
- `429` — Too many requests. You hit the rate limit. Use the X-RateLimit-... response headers to make sure you're under the rate limit.
- `500` — Internal server error. We recommend retrying these later. If the issue persists, please contact us on [Slack](https://alpaca.markets/slack) or on the [Community Forum](https://forum.alpaca.markets/).

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
