/market/scans/stocks/exploding-iv30
Live
https://api.livevol.com/v1/live/market/scans/stocks/exploding-iv30
Delayed
https://api.livevol.com/v1/delayed/market/scans/stocks/exploding-iv30
UnderlyingScanResultOfExplodingIv30Result
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 ExplodingIv30Result |
None. |
{ "name": "exploding_iv30", "description": "Concrete description of requested underlying scan", "last_updated": "2021-02-12T11:40:47.9403637-05:00", "output": [ { "symbol": "NMBL", "company_name": "Nimble Storage Inc", "last": 43.38, "last_change": -0.8, "iv30": 16.22, "iv30_change": -3.89, "iv30_five_day_close": 36.0, "iv30_increase": 5.0 }, { "symbol": "PRTK", "company_name": "Paratek Pharmaceuticals Inc", "last": 45.26, "last_change": 2.17, "iv30": 16.54, "iv30_change": 2.74, "iv30_five_day_close": 135.0, "iv30_increase": 69.0 } ] }
<underlying_scan xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>Concrete description of requested underlying scan</description> <last_updated>2021-02-12T11:40:47.9403637-05:00</last_updated> <name>exploding_iv30</name> <output> <exploding_iv30_result> <symbol>NMBL</symbol> <company_name>Nimble Storage Inc</company_name> <last>43.38</last> <last_change>-0.8</last_change> <iv30>16.22</iv30> <iv30_change>-3.89</iv30_change> <iv30_five_day_close>36</iv30_five_day_close> <iv30_increase>5</iv30_increase> </exploding_iv30_result> <exploding_iv30_result> <symbol>PRTK</symbol> <company_name>Paratek Pharmaceuticals Inc</company_name> <last>45.26</last> <last_change>2.17</last_change> <iv30>16.54</iv30> <iv30_change>2.74</iv30_change> <iv30_five_day_close>135</iv30_five_day_close> <iv30_increase>69</iv30_increase> </exploding_iv30_result> </output> </underlying_scan>