Options Intervals Movers By Change

Options Intervals Movers By Change Java API Documentation

Returns a list of intervals for the biggest movers by change over the last hour interval.

API Class:
OptionsApi
Instance Method:
getOptionsIntervalMoversChange()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
OptionsApi optionsApi = new OptionsApi();
String source = null;
OffsetDateTime openTime = OffsetDateTime.now();
OptionIntervalsMoversResult result = optionsApi.getOptionsIntervalMoversChange(source, openTime);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourceStringRealtime or 15-minute delayed contracts.[optional] [enum: realtime, delayed]  
openTimeOffsetDateTimeThe inclusive UTC date and time the interval opens at.[optional]  


Return Type

object
OptionIntervalsMoversResult

Properties

NameTypeDescription
openTimeOffsetDateTimeThe UTC timestamp for the time this interval opened.  
closeTimeOffsetDateTimeThe UTC timestamp for the time this interval closed.  
sizeSizeEnumThe size of the time span for the interval.  
intervalsListArray of all the intervals in the result.  
object
OptionIntervalMover

Properties

NameTypeDescription
contractStringThe option contract for the intervals  
changeBigDecimalThe ratio of Close minus Open to Open.  
openBigDecimalThe first traded contract price in this interval.  
highBigDecimalThe highest traded contract price in this interval.  
lowBigDecimalThe lowest traded contract price in this interval.  
closeBigDecimalThe last traded contract price in this interval.  
volumeBigDecimalThe volume of contracts traded in this interval.  
averageBigDecimalThe volume weighted average price of contract trades in this interval.  
tradeCountBigDecimalThe number of contract trades executed in this interval