---
title: "Intraday Data for the Latest Date Available for a Specific Ticker"
method: GET
path: "/tickers/{symbol}/intraday/latest"
tags: ["Tickers"]
---

# Intraday Data for the Latest Date Available for a Specific Ticker

`GET /tickers/{symbol}/intraday/latest`

Obtain intraday data for the latest date by specifying stock ticker by attaching `/intraday/latest` to your URL.

## Path parameters

- `symbol` string, required

## Query parameters

- `access_key` string, required
- `exchange` string
- `limit` integer
- `offset` integer

## Response `200`

Tickers eod data for the latest date retrieved.

- TickerIntradayLatestResponse
  - `open` number, float — Opening price for the bar.
  - `high` number, float — Highest price for the bar.
  - `low` number, float — Lowest price for the bar.
  - `mid` number, float — Mid price for the bar.
  - `last_size` number, float — Last trade size.
  - `bid_size` number, float — Bid size.
  - `bid_price` number, float — Bid price.
  - `ask_price` number, float — Ask price.
  - `ask_size` number, float — Ask size.
  - `last` number, float — Last trade price.
  - `close` number, float — Closing price for the bar.
  - `volume` number, float — Traded volume during the bar.
  - `marketstack_last` number, float — Marketstack last price.
  - `date` string — Timestamp of the bar in ISO8601 with timezone.
  - `symbol` string — Ticker symbol.
  - `exchange` string — Exchange code.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
