Get Equity Info by Mask
Fetch information about a particular equity by providing a keyword that will be queried in all equities' symbol, exchange, and description fields.
Overview
Syntax
Description
Example
GET apiURL/v1.0/equities/lookup?mask=Apple&count=5&filter=Type%3D'MutualFund'Response
[
{
"Id": 742349,
"Symbol": "APLE",
"Description": "Apple Hospitality REIT, Inc. Common Shares",
"Exchange": "XNYS",
"Currency": "USD",
"AddedDate": "2016-05-04T13:32:42.358371Z",
"ModifyDate": "2017-12-14T08:00:21.2018188Z",
"Type": "CommonStock",
"Precision": 2,
"VolumePrecision": 0,
"TickSize": 0.01,
"Enabled": true,
"AllowTrade": true,
"AllowMargin": true,
"AllowShort": true
},
{
"Id": 4,
"Symbol": "AAPL",
"Description": "Apple Inc.",
"Exchange": "XNAS",
"Currency": "USD",
"AddedDate": "2012-11-29T16:05:43.993Z",
"ModifyDate": "2018-12-10T08:00:22.2867686Z",
"Type": "CommonStock",
"Precision": 2,
"VolumePrecision": 0,
"TickSize": 0.01,
"Enabled": true,
"AllowTrade": true,
"AllowMargin": true,
"AllowShort": true
}
]Parameter
Description
Common Mistakes
Last updated