Price (Beta)

The Endpoint returns the price of a stock, etf or mutual fund.

This API endpoint is currently in beta. Please note that its functionality, response format, or stability may change as we continue to improve and refine the service. We recommend using it carefully in production environments and providing feedback if you encounter issues.

Request Body

FieldTypeRequiredDescription
isinstringoptionalInternational Securities Identification Number. May be used alone or together with exchange. Must not be combined with symbol if you also want to specify an exchange.
symbolstringoptionalExchange-specific trading symbol. If provided, exchange becomes required.
exchangestringconditionalRequired when symbol is provided. Optional when used with isin alone. Must not be provided if both isin and symbol are absent.
currencystringoptionalDesired currency for the returned instrument data.

Parameter Rules

  1. A request must include either isin or symbol.
  2. If symbol is provided → exchange is required.
  3. If isin is provided and symbol is not providedexchange may be included optionally.
  4. If isin and symbol are both provided → symbol takes priority for resolution; exchange becomes optional but allowed.
  5. If neither isin nor symbol is provided → request is invalid.

Example Request

{
  "isin": "GB00BN44P254",
  "currency": "EUR",
  "exchange": "LSE"
}

Language
Credentials
Header
Click Try It! to start a request and see the response here!