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

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

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

Obtain eod data for the latest date by specifying stock ticker by attaching `/eod/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.

- EODBar — End-of-day bar data for a single symbol and date.
  - `open` number, float — Opening price for the trading session.
  - `high` number, float — Highest price of the session.
  - `low` number, float — Lowest price of the session.
  - `close` number, float — Closing price of the session.
  - `volume` number, float — Traded volume during the session.
  - `adj_high` number, float — High price adjusted for corporate actions.
  - `adj_low` number, float — Low price adjusted for corporate actions.
  - `adj_close` number, float — Close price adjusted for corporate actions.
  - `adj_open` number, float — Open price adjusted for corporate actions.
  - `adj_volume` number, float — Volume adjusted for corporate actions.
  - `split_factor` number, float — Cumulative stock split factor applied for the date.
  - `dividend` number, float — Dividend amount per share for the date.
  - `name` string — Company name.
  - `exchange_code` string — Human-friendly exchange code (for example NASDAQ).
  - `asset_type` string — Asset class
  - `price_currency` string — Price currency (ISO code in lower case).
  - `symbol` string — Ticker symbol.
  - `exchange` string — MIC of the exchange.
  - `date` string — Timestamp of the bar in ISO8601 with timezone.

---

[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/versions/c3305aea713e/schema)
