/market/scans/stocks/iv60-greater-than-hv60
Delayed
https://sandbox.livevol.com/api/v1/delayed/market/scans/stocks/iv60-greater-than-hv60
UnderlyingScanResultOfIv60GreaterThanHv60Result
Name | Description | Type | Additional information |
---|---|---|---|
name |
Name of the scan |
string |
None. |
description |
Scan description |
string |
None. |
last_updated |
Last updated (Eastern Standard Time) |
date |
None. |
output |
Scan resultset |
Collection of Iv60GreaterThanHv60Result |
None. |
{ "name": "iv60_greater_than_hv60", "description": "Concrete description of requested underlying scan", "last_updated": "2021-02-13T05:53:35.9579786-06:00", "output": [ { "symbol": "NMBL", "company_name": "Nimble Storage Inc", "last": 43.38, "last_change": -0.8, "iv60": 16.22, "hv60": 16.22, "spread": 20.0 }, { "symbol": "PRTK", "company_name": "Paratek Pharmaceuticals Inc", "last": 45.26, "last_change": 2.17, "iv60": 16.54, "hv60": 16.54, "spread": 112.0 } ] }
<underlying_scan xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>Concrete description of requested underlying scan</description> <last_updated>2021-02-13T05:53:35.9579786-06:00</last_updated> <name>iv60_greater_than_hv60</name> <output> <iv60_greater_than_hv60_result> <symbol>NMBL</symbol> <company_name>Nimble Storage Inc</company_name> <last>43.38</last> <last_change>-0.8</last_change> <iv60>16.22</iv60> <hv60>16.22</hv60> <spread>20</spread> </iv60_greater_than_hv60_result> <iv60_greater_than_hv60_result> <symbol>PRTK</symbol> <company_name>Paratek Pharmaceuticals Inc</company_name> <last>45.26</last> <last_change>2.17</last_change> <iv60>16.54</iv60> <hv60>16.54</hv60> <spread>112</spread> </iv60_greater_than_hv60_result> </output> </underlying_scan>