/market/scans/stocks/custom-scan-builder
Live
https://api.livevol.com/v1/live/market/scans/stocks/custom-scan-builder
Delayed
https://api.livevol.com/v1/delayed/market/scans/stocks/custom-scan-builder
Name | Description | Type | Additional information |
---|---|---|---|
fields | Collection of ScanField |
None. |
|
operations | Collection of ScanOperation |
None. |
{ "fields": [ { "name": "last", "display_name": "Last Stock Price", "description": "Last Stock Price", "category": "Price", "data_type": "decimal", "may_contain_null": false }, { "name": "iv30", "display_name": "IV30", "description": "IV30 is a measure of the volatility of the hypothetical 30-day (calendar days) option...", "category": "Volatility", "data_type": "decimal", "may_contain_null": true } ], "operations": [ { "name": "<", "description": "Less Than" }, { "name": "<=", "description": "Less Than Or Equal To" } ] }
<scans_metadata xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <fields> <field> <category>Price</category> <data_type>decimal</data_type> <description>Last Stock Price</description> <display_name>Last Stock Price</display_name> <may_contain_null>false</may_contain_null> <name>last</name> </field> <field> <category>Volatility</category> <data_type>decimal</data_type> <description>IV30 is a measure of the volatility of the hypothetical 30-day (calendar days) option...</description> <display_name>IV30</display_name> <may_contain_null>true</may_contain_null> <name>iv30</name> </field> </fields> <operations> <operation> <description>Less Than</description> <name><</name> </operation> <operation> <description>Less Than Or Equal To</description> <name><=</name> </operation> </operations> </scans_metadata>