Bamboo Invest · Schema

List of all Stock Search Results

List of all active stocks

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
currency_symbol string Currency Symbol
result array Stock search response
View JSON Schema on GitHub

JSON Schema

stockssearchresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/StocksSearchResponse",
  "title": "List of all Stock Search Results",
  "type": "object",
  "properties": {
    "currency_symbol": {
      "type": "string",
      "description": "Currency Symbol",
      "example": "$"
    },
    "result": {
      "type": "array",
      "description": "Stock search response",
      "items": {
        "title": "Stock search response",
        "type": "object",
        "properties": {
          "value_change": {
            "type": "number",
            "description": "Stock value change"
          },
          "user_equity": {
            "type": "number",
            "description": "Stock user equity"
          },
          "total_return": {
            "type": "number",
            "description": "Stock total return"
          },
          "symbol": {
            "type": "string",
            "description": "Stock symbol",
            "example": "MDY"
          },
          "quantity": {
            "type": "number",
            "description": "Stock quantity"
          },
          "name": {
            "type": "string",
            "description": "Stock name",
            "example": "S&P MidCap 400 ETF SPDR"
          },
          "logo": {
            "type": "string",
            "description": "Stock logo with a background colour",
            "example": "https://d3an3cesqmrf1x.cloudfront.net/images/symbols/mdy.png"
          },
          "favourite": {
            "type": "string",
            "description": "Stock favourite",
            "example": false
          },
          "background_color": {
            "type": "string",
            "description": "Stock background color",
            "example": "FFFFFF"
          },
          "avatar": {
            "type": "string",
            "description": "Stock logo without background colour",
            "example": "https://d3an3cesqmrf1x.cloudfront.net/images/symbols/mdy.png"
          }
        },
        "description": "Stock basic details"
      }
    }
  },
  "description": "List of all active stocks"
}