Get Option Info by Ticker
Fetch information about a particular option by providing its ticker symbol
Overview
GET apiURL/v1.0/options/VSSQ1 260117P00008000Response
{
"Id": 13210821,
"Symbol": "VSSQ1 260117P00008000",
"Description": "PUT Virtual Stock (static quotes) $8.00000000 EXP 01/17/26",
"Exchange": "VIRTEX",
"Currency": "USD",
"AddedDate": "2018-09-11T07:20:10.318803Z",
"ModifyDate": "2018-12-19T17:10:36.943Z",
"Type": "Option",
"Precision": 2,
"VolumePrecision": 0,
"TickSize": 0.01,
"Enabled": true,
"AllowTrade": true,
"AllowMargin": true,
"AllowShort": true,
"OptionType": "Put",
"ExpirationType": "Flex",
"ExpirationDate": "2026-01-17T00:00:00Z",
"StrikePrice": 8,
"SeriesId": 125685,
"UnderlyingAssetSymbol": "VSSQ1",
"ContractSize": 100
}Parameter
Description
Common Mistakes
Mistaking the Character Count in Symbol
Specifying the Underlying Security's Ticker instead of the Option's Ticker Symbol
Last updated