---
title: "Last Bid-Ask"
method: GET
path: "/stock/bidask"
tags: ["Default"]
---

# Last Bid-Ask

`GET /stock/bidask`

Get last bid/ask data for US stocks.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- LastBidAsk
  - `b` number, float — Bid price.
  - `a` number, float — Ask price.
  - `bv` number, float — Bid volume.
  - `av` number, float — Ask volume.
  - `t` integer — Reference UNIX timestamp in ms.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-21** `0b79bb07d241` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/bidask/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
