/market/scans/stocks/post-earnings-iv30-drop
Delayed
https://sandbox.livevol.com/api/v1/delayed/market/scans/stocks/post-earnings-iv30-drop
UnderlyingScanResultOfPostEarningsIv30DropResult
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 PostEarningsIv30DropResult |
None. |
{ "name": "post_earnings_iv30_drop", "description": "Concrete description of requested underlying scan", "last_updated": "2021-02-12T02:21:35.0983187-06:00", "output": [ { "symbol": "NMBL", "company_name": "Nimble Storage Inc", "last": 43.38, "last_change": -0.8, "earnings": null, "option_volume": 15949, "iv30": 16.22, "iv30_change": -3.89 }, { "symbol": "PRTK", "company_name": "Paratek Pharmaceuticals Inc", "last": 45.26, "last_change": 2.17, "earnings": "2016-08-12", "option_volume": 247428, "iv30": 16.54, "iv30_change": 2.74 } ] }
<underlying_scan xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>Concrete description of requested underlying scan</description> <last_updated>2021-02-12T02:21:35.0983187-06:00</last_updated> <name>post_earnings_iv30_drop</name> <output> <post_earnings_iv30_drop_result> <symbol>NMBL</symbol> <company_name>Nimble Storage Inc</company_name> <last>43.38</last> <last_change>-0.8</last_change> <earnings i:nil="true" /> <option_volume>15949</option_volume> <iv30>16.22</iv30> <iv30_change>-3.89</iv30_change> </post_earnings_iv30_drop_result> <post_earnings_iv30_drop_result> <symbol>PRTK</symbol> <company_name>Paratek Pharmaceuticals Inc</company_name> <last>45.26</last> <last_change>2.17</last_change> <earnings>2016-08-12</earnings> <option_volume>247428</option_volume> <iv30>16.54</iv30> <iv30_change>2.74</iv30_change> </post_earnings_iv30_drop_result> </output> </underlying_scan>