Get Equity Info by Ticker
Fetch information about a particular equity by providing its ticker symbol
Overview
GET apiURL/v1.0/equities/AAPL //Apple Inc.Response
{
"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
}Common Mistakes
Requesting as a Non-Administrator
Failing to Specify the Et-App-Key Parameter
Last updated