v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBInstruments
Retrieve Instrument
Retrieves an Instrument details by symbol or instrumentID.
get/instruments/{symbolOrInstrumentID}
Path parameters
symbolOrInstrumentIDstring required
A unique ID created by DriveWealth to identify a specific Equity Instrument or Option Instrument, also accept the market symbols like Ticker for Equities and OSI for Options.
Query parameters
optionsstring
This query parameter will add an additional property; fundamentalDataModel to the response object for an Equity Instrument only. This data consists of financial data model specs for a specific Instrument.
Response
Fetching Instrument details was successful.
Example response
{
"symbol": "MS",
"name": "Morgan Stanley",
"orderSizeMax": 20000,
"orderSizeMin": 0.1,
"orderSizeStep": 0.01,
"id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"instrumentType": "EQUITY",
"exchange": "NYQ",
"status": "ACTIVE",
"ISIN": "US023135BX34",
"international": true,
"region": "EMEA",
"priceBufferPctMOC": 4,
"intlEquityData": {
"fundFamily": "Vanguard",
"fundStatus": "OPEN",
"summaryRiskIndicator": 3,
"UCITS": true,
"dividendPayoutIndicator": true,
"dividendFrequency": "MONTHLY"
},
"reutersPrimaryRic": "MS",
"description": "Morgan Stanley is a global financial services company. The Company, through its subsidiaries, provides a range of investment banking, securities, wealth management and investment management services. Its segments include Institutional Securities, Wealth Management and Investment Management. Its Institutional Securities segment provides investment banking, sales and trading, and other services to corporations, governments, financial institutions and high net worth clients. Its Wealth Management segment provides financial services and solutions to individual investors and small-to-medium sized businesses and institutions covering: brokerage and investment advisory services; financial and wealth planning services; workplace services; annuity and insurance products; residential real estate loans and other lending products; banking; and retirement plan services. Its Investment Management segment provides a range of investment strategies and products to a diverse group of clients.",
"marketTier": "Q",
"sector": "Financial Services",
"industry": "Retail (Apparel)",
"trbc2012": "Apparel & Accessories Retailers (NEC)",
"indexMemberships": [
"NASDAQ 100 Index",
"S&P 500"
],
"incorporatedCountry": "USA",
"isOptionsEnabled": true,
"longOnly": true,
"close": 87.79,
"enableExtendedHoursNotionalStatus": "INACTIVE",
"fundamentalDataModel": {
"id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"symbol": "MS",
"openPrice": 86.53,
"bidPrice": 86.12,
"askPrice": 85.14,
"lowPrice": 85.83,
"highPrice": 86.85,
"fiftyTwoWeekLowPrice": 72.05,
"fiftyTwoWeekHighPrice": 109.73,
"cumulativeVolume": 3970567,
"marketCap": 148374700000,
"peRatio": 12.7434,
"dividendYield": 3.5312,
"earningsPerShare": 6.889,
"dividend": 3.1,
"sharesOutstanding": 1307993346,
"timeLastUpdate": "18:28:00",
"bookValuePerShare": "59.49634",
"cashFlowPerShare": "10.40132",
"operatingIncome": "19668000000",
"pbRatio": "1.61196",
"volumeMovingAverage10Day": 7791905,
"volumeMovingAverage25Day": 6768708,
"volumeMovingAverage50Day": 7307176,
"priceMovingAverage50Day": 85.3034,
"priceMovingAverage150Day": 83.6295,
"priceMovingAverage200Day": 84.3036,
"roe": "0.15315",
"percentchangeWTD": 2.31,
"percentchangeMTD": 2.3,
"percentchangeYTD": 10.11,
"percentchange4week": 21.22,
"percentchange13week": 6.67,
"percentchange26week": 8.26,
"percentchange52week": 12.1,
"percentchange5day": 10.11,
"percentchangeYTDrelsnp": 9.11,
"percentchange5weekrelsnp": 16.62,
"percentchange13weekrelsnp": 5.67,
"percentchange26weekrelsnp": 2.66,
"percentchange52weekrelsnp": 11.12
},
"type": "EQUITY",
"url": "http://investor.apple.com",
"closePrior": 90.5,
"image": "http://syscdn.drivewealth.net/images/symbols/ms.png",
"averageLendingRate": 1.5
}