v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Get Instrument Details

To retrieve the details of the instrument

get/instruments/{symbol}/{customerId}

Path parameters

symbolstring required

Stock/Stack ticker

customerIdstring required

Customer identifier

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Response

200

statusinteger

Example response

{
  "status": 200,
  "doc": {
    "cagr": 7.07,
    "createdBy": "Stockal",
    "description": "This Global ETF Stack comprises of Equity Index-only ETFs diversified among US Equity markets & Global Equity markets.The Stack offers broad diversified exposure to US and Global - European, BRICs, Emerging & Frontier Equity Markets.",
    "logoURL": "https://sto-stack.s3.amazonaws.com/ETFGLOBAL.jpg",
    "company": "Global ETF Portfolio",
    "rebalanceFrequency": "Quarterly",
    "shareAllocation": [
      {
        "symbol ": "QQQ",
        "allocation": "16"
      }
    ],
    "symbol": "ETFGLOBAL",
    "type": "stack",
    "aumForBuy": 1,
    "minimum": 1000,
    "tradeStatus": "applicable",
    "fee": 0.25,
    "factSheet": "https://sto-stack.s3.amazonaws.com/factsheet/ETFGLOBAL.pdf",
    "nextRebalanceDate": "2022-10-11T00:00:00.000Z",
    "nextFeeDeductionDate": "2022-10-11T00:00:00.000Z",
    "methodology": "The investment objective of the Global ETF Stack is investments in Equity Index ETFs representing US & Global Equity markets. The ETFs selected are highly liquid with moderately low undervaluation, exhibiting potential to outperform Equity Markets in the future. Additionally another selection criteria is the ETFs have to historically outperform similar Equity Index ETFs and benchmark ETFs. Fundamentally the ETFs in this Stack have strong metrics of low expense ratios, high dividend offerings and positive net cash inflows from customers in the past year.",
    "createdByProfilePictureLink": "https://sto-stack.s3.amazonaws.com/Stockal%20Inc..png",
    "risk": "Moderate"
  }
}