Every API here is available over the APIs.io API and to AI agents over MCP.
{
"openapi": "3.0.4",
"info": {
"title": "SS&C Eze EMS XAPI",
"version": "v2026.5.0"
},
"paths": {
"/api/v1/security/daily-weekly-monthly-bars": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Interim.BarIntervalOption",
"in": "query",
"schema": {
"$ref": "#/components/schemas/IntervalTypesOptions"
}
},
{
"name": "StopDate",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "DaysBack",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DailyWeeklyMonthlyBarsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/intraday-bars": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "BarInterval",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "DaysBack",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "StartAtMidnight",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "Date",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StartTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StopTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "requestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "ShowPrePostMarket",
"in": "query",
"schema": {
"type": "boolean"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/IntradayBarsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/option-chain-for-underlier": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "SymbolRoot",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OptionChainResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/symbol-reference-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SymbolReferenceDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/tick-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Date",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StartTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StopTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/TickDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/options-and-greek-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OptionsAndGreekDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/security-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SecurityDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/option-symbol-from-description": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Root",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Expiration",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "OptionType.CallOrPut",
"in": "query",
"schema": {
"$ref": "#/components/schemas/OptionTypesTypesOptions"
}
},
{
"name": "StrikePrice",
"in": "query",
"schema": {
"type": "number",
"format": "double"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/OptionSymbolFromDescriptionResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/description-from-option-symbol": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DescriptionFromOptionSymbolResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/subscribe-symbols": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "RegionalExchangeIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "Request",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "Advise",
"in": "query",
"schema": {
"type": "boolean"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Level1MarketDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
},
"delete": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UnSubscribeLevel1DataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/subscribe-symbols-level2": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "MarketSource",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "Request",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "Advise",
"in": "query",
"schema": {
"type": "boolean"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Level2MarketDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
},
"delete": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UnSubscribeLevel2DataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/symbols": {
"post": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "MarketDataLevel",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddSymbolsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
},
"delete": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "MarketDataLevel",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RemoveSymbolsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v2/security/symbols": {
"post": {
"tags": [
"MarketDataService"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddSymbolsRequest"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddSymbolsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/symbols-from-company-name": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "CompanyName",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SymbolsFromCompanyNameResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/symbol-from-alternate-symbology": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "SymbolInfo.SymbolOption",
"in": "query",
"schema": {
"$ref": "#/components/schemas/AlternateSymbologyTypesSymbology"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SymbolFromAlternateSymbologyResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/level1-market-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "RegionalExchangeIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "FieldSelection.RequestedFields",
"in": "query",
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Level1FieldOptionsTypesFields"
}
}
},
{
"name": "FieldSelection.RequestedExtendedFields",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Level1MarketDataRecordResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/subscribe-tick-data": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbol",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Request",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "Date",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StartTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "StopTime",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SubscribeTickDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
},
"delete": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UnSubscribeTickDataResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/security/subscribe-intraday-bars": {
"get": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "Symbols",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
{
"name": "BarInterval",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "StartAtMidnight",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "ShowPrePostMarket",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "DaysBack",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "RequestId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "EmitPartialBars",
"in": "query",
"schema": {
"type": "boolean"
}
},
{
"name": "PartialIntervalSeconds",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "SinceTimestamp",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SubscribeIntradayBarsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
},
"delete": {
"tags": [
"MarketDataService"
],
"parameters": [
{
"name": "UserToken",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UnSubscribeIntradayBarsResponse"
}
}
}
},
"default": {
"description": "Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Google.Rpc.Status"
}
}
}
}
}
}
},
"/api/v1/order": {
"post": {
"tags": [
"SubmitOrderService"
],
"parameters": [
{
"name": "Symbol",
"in": "query",
# --- truncated at 32 KB (192 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/ss-c-technologies/refs/heads/main/openapi/ss-c-technologies-eze-ems-xapi-openapi.json