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"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stockssearchresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.