/market/scans/stocks/top-hv60-5-day-gains
Live
https://api.livevol.com/v1/live/market/scans/stocks/top-hv60-5-day-gains
Delayed
https://api.livevol.com/v1/delayed/market/scans/stocks/top-hv60-5-day-gains
UnderlyingScanResultOfTopHv60FiveDayGainsResult
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 TopHv60FiveDayGainsResult |
None. |
{ "name": "top_hv60_five_day_gains", "description": "Concrete description of requested underlying scan", "last_updated": "2021-02-14T18:08:41.0526697-05:00", "output": [ { "symbol": "NMBL", "company_name": "Nimble Storage Inc", "last": 43.38, "last_change": -0.8, "hv60": 16.22, "hv60_five_day_close": 48.42, "hv60_increase": 21.0 }, { "symbol": "PRTK", "company_name": "Paratek Pharmaceuticals Inc", "last": 45.26, "last_change": 2.17, "hv60": 16.54, "hv60_five_day_close": 178.37, "hv60_increase": 287.0 } ] }
<underlying_scan xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description>Concrete description of requested underlying scan</description> <last_updated>2021-02-14T18:08:41.0526697-05:00</last_updated> <name>top_hv60_five_day_gains</name> <output> <top_hv60_five_day_gains_result> <symbol>NMBL</symbol> <company_name>Nimble Storage Inc</company_name> <last>43.38</last> <last_change>-0.8</last_change> <hv60>16.22</hv60> <hv60_five_day_close>48.42</hv60_five_day_close> <hv60_increase>21</hv60_increase> </top_hv60_five_day_gains_result> <top_hv60_five_day_gains_result> <symbol>PRTK</symbol> <company_name>Paratek Pharmaceuticals Inc</company_name> <last>45.26</last> <last_change>2.17</last_change> <hv60>16.54</hv60> <hv60_five_day_close>178.37</hv60_five_day_close> <hv60_increase>287</hv60_increase> </top_hv60_five_day_gains_result> </output> </underlying_scan>