ETF Analytics

ETF Analytics Java API Documentation

Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.

API Class:
EtFsApi
Instance Method:
getEtfAnalytics()

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);
EtFsApi etFsApi = new EtFsApi();
String identifier = "SPY";
ETFAnalytics result = etFsApi.getEtfAnalytics(identifier);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringAn ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) 


Return Type

object
ETFAnalytics

Properties

NameTypeDescription
dateLocalDateThe calendar date these analytics represent.  
fiftyTwoWeekHighBigDecimalHighest trading price for the security in the preceding 52 weeks  
fiftyTwoWeekLowBigDecimalLowest trading price for the security in the preceding 52 weeks  
volumeTradedBigDecimalThe total quantity of shares traded on the latest trading day  
averageDailyVolumeOneMonthBigDecimalThe average quantity of shares traded per day for the last month  
averageDailyVolumeThreeMonthBigDecimalThe average quantity of shares traded per day for the last three months  
averageDailyVolumeSixMonthBigDecimalThe average quantity of shares traded per day for the last six months  
marketCapBigDecimalThe market capitalization for the Exchange Traded Fund (ETF)  
sharesOutstandingBigDecimalThe number of shares outstanding for the Exchange Traded Fund (ETF)  
etfETFSummary 
object
ETFSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the ETF  
nameStringThe common name of the ETF  
tickerStringThe common ticker symbol for the ETF  
figiTickerStringThe OpenFIGI ticker for the ETF  
ricStringReuters Instrument Code (RIC) for the ETF  
isinStringInternational Securities Identification Number (ISIN) for the ETF  
sedolStringStock Exchange Daily Official List (SEDOL) for the ETF  
exchangeMicStringThe exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)