Skip to main content

Equity NBBO


Implementation details

Class names

Model nameParameters classData class
EquityNBBOEquityNBBOQueryParamsEquityNBBOData

Import Statement

from openbb_core.provider.standard_models.equity_nbbo import (
EquityNBBOData,
EquityNBBOQueryParams,
)

Parameters

symbol: str

Symbol to get data for.

Optional: False

Data

ask_exchange: str

The exchange ID for the ask.

ask: float

The last ask price.

ask_size: int

Description

The ask size. This represents the number of round lot orders at the given ask price.
The normal round lot size is 100 shares.
An ask size of 2 means there are 200 shares available to purchase at the given ask price.

bid_size: int

The bid size in round lots.

bid: float

The last bid price.

bid_exchange: str

The exchange ID for the bid.