Search Economic Indices

Search Economic Indices Java API Documentation

Search the Federal Reserve Economic Data (FRED) database and return a list of economic indices matching the text query parameter passed through.

API Class:
IndexApi
Instance Method:
searchEconomicIndices()

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);
IndexApi indexApi = new IndexApi();
String query = "GDP";
Integer pageSize = 100;
ApiResponseEconomicIndicesSearch result = indexApi.searchEconomicIndices(query, pageSize);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryStringSearch query 
pageSizeIntegerThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseEconomicIndicesSearch

Properties

NameTypeDescription
indicesList<EconomicIndexSummary> 
object
EconomicIndexSummary

Properties

NameTypeDescription
idStringThe Intrinio ID for the Index  
symbolStringThe symbol used to identify the Index  
nameStringThe name of the Index  
continentStringThe continent of the country of focus for the Index  
countryStringThe country of focus for the Index  
updateFrequencyStringHow often the Index is updated  
lastUpdatedOffsetDateTimeWhen the Index was updated last  
observationStartLocalDateThe earliest date for which data is available  
observationEndLocalDateThe latest date for which data is available  
seasonalAdjustmentStringWhether the data is adjusted to account for seasonality  
unitsStringThe units of the data