/market/scans/stocks/sigma2-is-greater-than-sigma1-and-sigma3
Delayed
https://sandbox.livevol.com/api/v1/delayed/market/scans/stocks/sigma2-is-greater-than-sigma1-and-sigma3
UnderlyingScanResultOfSigma2GreaterThanSigma1AndSigma3Result
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 Sigma2GreaterThanSigma1AndSigma3Result |
None. |
{ "name": "sigma2_greater_than_sigma1_and_sigma3", "description": "Concrete description of requested underlying scan", "last_updated": "2021-02-13T05:53:36.9083056-06:00", "output": [ { "symbol": "NMBL", "company_name": "Nimble Storage Inc", "last": 43.38, "last_change": -0.8, "first_month_volume": 10, "second_month_volume": 10, "third_month_volume": 10, "spread": 0 }, { "symbol": "PRTK", "company_name": "Paratek Pharmaceuticals Inc", "last": 45.26, "last_change": 2.17, "first_month_volume": 56, "second_month_volume": 56, "third_month_volume": 56, "spread": 35 } ] }
<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:36.9083056-06:00</last_updated> <name>sigma2_greater_than_sigma1_and_sigma3</name> <output> <sigma2_greater_than_sigma1_and_sigma3_result> <symbol>NMBL</symbol> <company_name>Nimble Storage Inc</company_name> <last>43.38</last> <last_change>-0.8</last_change> <first_month_volume>10</first_month_volume> <second_month_volume>10</second_month_volume> <third_month_volume>10</third_month_volume> <spread>0</spread> </sigma2_greater_than_sigma1_and_sigma3_result> <sigma2_greater_than_sigma1_and_sigma3_result> <symbol>PRTK</symbol> <company_name>Paratek Pharmaceuticals Inc</company_name> <last>45.26</last> <last_change>2.17</last_change> <first_month_volume>56</first_month_volume> <second_month_volume>56</second_month_volume> <third_month_volume>56</third_month_volume> <spread>35</spread> </sigma2_greater_than_sigma1_and_sigma3_result> </output> </underlying_scan>