Stock

Access real-time and historical stock market data including prices, volume, and market cap for publicly traded companies across major global exchanges.

Get stock quote

Get a stock quote using multiple APIs. The first successful response will be returned.

GET
/ stock

Parameters

Name Type Description Required
symbol string Optional

Response Schema

{
  "type": "object",
  "properties": {
    "price": {
      "type": "number",
      "description": "The current price of the stock",
      "example": 100.0
    }
  },
  "required": [
    "price"
  ]
}

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"