Skip to main content
Version: v2

Stock Prices

What are stock prices?

Stock prices are the prices of a company's stock on a particular stock exchange. They are used to calculate the value of a company. We collect stock prices for all companies on all stock exchanges that belong to brands that are covered in BAV.

List all stock prices

To list all of the stock prices and browse them via the API, use the list endpoint:

GET /api/v2/stock-prices

Get a stock price

You may also directly retrieve a stock price's details if you already have its system ID.

GET /api/v2/stock-prices/123

Where 123 is the system ID of the stock price.

Schema

Full response schema

KeyTypeFilterableSortableConfigurableDescription
idinteger (exact)The system ID.
datestringThe date for the stock price value.
open_pricefloatThe opening price for the day.
close_pricefloatThe closing price for the day.
adjusted_close_pricefloatThe adjusted closing price for the day.
high_pricefloatThe highest price for the day.
low_pricefloatThe lowest price for the day.
trading_volumeinteger:white_check_marl:The amount of trades for the day.
created_atstringA datetime string when this stock price was first created.
updated_atstring(updated since)A datetime string when this stock price was last updated.

Additional Filters

For convenience, we have a set of additional filters that are not available in the default filters or are part of the columns. These are:

  • companies - A comma-separated list of company IDs to only return stock prices for those companies.
  • stock_exchanges - A comma-separated list of stock exchange IDs to only return stock prices for those stock exchanges.

Relationships & includes

By default, relationships apart from the sector are not included. See the includes section for more information on how this works. The following relationships are available: