Symbol Data
Symbol Data
Responds with a list of symbols and their data including pricing and other market related data.
GET
/data/symbols
curl \
-X GET http://api.example.com/data/symbols
Response examples (200)
[
{
"code": "string",
"market": "string",
"marketInfo": {
"Alternate": {
"base": "string",
"isin": "string",
"uid": "string"
},
"Attributes": {
"FpsxMarket": "string"
},
"BestAskCount": 42,
"BestAskHasUndisclosed": true,
"BestBidCount": 42,
"BestBidHasUndisclosed": true,
"BestBuyPrice": 42.0,
"BestSellPrice": 42.0,
"Board": "string",
"BuyQuantity": 42,
"CallOrPut": "string",
"Cfi": "string",
"Class": "string",
"Close": 42.0,
"ContractSize": 42.0,
"Currency": "ARS",
"DepthDirection": "string",
"EquilibriumVolume": 42.0,
"ExerciseType": "string",
"ExpiryDate": "2023-05-04T09:42:00+00:00",
"High": 42.0,
"IndicativePrice": 42.0,
"IsCombination": true,
"IsIndex": true,
"Last": 42.0,
"LastTradedTime": "2023-05-04T09:42:00+00:00",
"Low": 42.0,
"NumberOfTrades": 42,
"Open": 42.0,
"OpenInterest": 42.0,
"PreviousClose": 42.0,
"QuotationBasis": "string",
"SellQuantity": 42,
"StartDate": "2023-05-04T09:42:00+00:00",
"Status": "string",
"StatusNote": "string",
"StrikePrice": 42.0,
"SurplusVolume": 42.0,
"TotalClassIssue": "string",
"Trend": "None",
"Underlying": "string",
"ValueTraded": 42.0,
"Volume": 42,
"Vwap": 42.0
},
"name": "string"
}
]
Response examples (200)
[
{
"code": "string",
"market": "string",
"marketInfo": {
"Alternate": {
"base": "string",
"isin": "string",
"uid": "string"
},
"Attributes": {
"FpsxMarket": "string"
},
"BestAskCount": 42,
"BestAskHasUndisclosed": true,
"BestBidCount": 42,
"BestBidHasUndisclosed": true,
"BestBuyPrice": 42.0,
"BestSellPrice": 42.0,
"Board": "string",
"BuyQuantity": 42,
"CallOrPut": "string",
"Cfi": "string",
"Class": "string",
"Close": 42.0,
"ContractSize": 42.0,
"Currency": "ARS",
"DepthDirection": "string",
"EquilibriumVolume": 42.0,
"ExerciseType": "string",
"ExpiryDate": "2025-05-04T09:42:00Z",
"High": 42.0,
"IndicativePrice": 42.0,
"IsCombination": true,
"IsIndex": true,
"Last": 42.0,
"LastTradedTime": "2025-05-04T09:42:00Z",
"Low": 42.0,
"NumberOfTrades": 42,
"Open": 42.0,
"OpenInterest": 42.0,
"PreviousClose": 42.0,
"QuotationBasis": "string",
"SellQuantity": 42,
"StartDate": "2025-05-04T09:42:00Z",
"Status": "string",
"StatusNote": "string",
"StrikePrice": 42.0,
"SurplusVolume": 42.0,
"TotalClassIssue": "string",
"Trend": "None",
"Underlying": "string",
"ValueTraded": 42.0,
"Volume": 42,
"Vwap": 42.0
},
"name": "string"
}
]