Bamboo Invest · Schema

User Stock Ownership

Details of User Stock Ownership

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech

Properties

Name Type Description
currency_symbol string Currency Symbol
equity_value number Equity value
stocks object Click to see sample details of user stock list below
View JSON Schema on GitHub

JSON Schema

userstockownership.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/UserStockOwnership",
  "title": "User Stock Ownership",
  "type": "object",
  "description": "Details of User Stock Ownership",
  "properties": {
    "currency_symbol": {
      "type": "string",
      "description": "Currency Symbol",
      "example": "$"
    },
    "equity_value": {
      "type": "number",
      "description": "Equity value",
      "example": 2267.91
    },
    "stocks": {
      "type": "object",
      "description": "Click to see sample details of user stock list below",
      "properties": {
        "name": {
          "type": "string",
          "description": "High",
          "example": "Apple, Inc."
        },
        "symbol": {
          "type": "string",
          "description": "Stock symbol",
          "example": "AAPL"
        },
        "logo": {
          "type": "string",
          "description": "Stock logo with a background colour",
          "example": "https://d3an3cesqmrf1x.cloudfront.net/images/symbols/mdy.png"
        },
        "quantity": {
          "type": "number",
          "description": "price",
          "default": 3.769942
        },
        "price": {
          "type": "number",
          "description": "price",
          "default": 257.85
        },
        "avatar": {
          "type": "string",
          "description": "Avatar"
        },
        "total_return": {
          "type": "number",
          "description": "Total return",
          "example": 226.94
        },
        "total_percent_change": {
          "type": "number",
          "description": "Total percentage change",
          "example": 34.45
        },
        "background_color": {
          "type": "string",
          "description": "Stock background color",
          "example": "ff9201"
        },
        "value_change": {
          "type": "number",
          "description": "Price change",
          "example": 16.51
        },
        "cost_basis": {
          "type": "string",
          "description": "Current market price",
          "example": 658.69
        },
        "market_price": {
          "type": "string",
          "description": "Current market price",
          "example": 257.9
        },
        "percent_change": {
          "type": "number",
          "description": "Total percentage change",
          "example": 34.45
        },
        "user_equity": {
          "type": "string",
          "description": "User Equity",
          "example": 855.14527384
        },
        "market_cap": {
          "type": "integer",
          "description": "market_cap",
          "example": 2081325483000
        },
        "pe_ratio": {
          "type": "integer",
          "description": "market_cap",
          "example": 2081325483000
        },
        "div_yield": {
          "type": "integer",
          "description": "Dividend yield",
          "example": null
        },
        "eps": {
          "type": "integer",
          "description": "eps",
          "example": 2.08
        },
        "volume": {
          "type": "integer",
          "description": "Volume",
          "example": 208132548
        },
        "favourite": {
          "type": "string",
          "description": "Favourite",
          "example": false
        }
      }
    }
  }
}

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/userstockownership"
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.