All Economic Indices

All Economic Indices Ruby API Documentation

Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.

API Class:
Intrinio::IndexApi
Instance Method:
get_all_economic_indices()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
index_api = Intrinio::IndexApi.new
opts = {
page_size: 100,
next_page: nil
}
result = index_api.get_all_economic_indices(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseEconomicIndices

Properties

NameTypeDescription
indicesArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::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  
update_frequencyStringHow often the Index is updated  
last_updatedDateTimeWhen the Index was updated last  
observation_startDateThe earliest date for which data is available  
observation_endDateThe latest date for which data is available  
seasonal_adjustmentStringWhether the data is adjusted to account for seasonality  
unitsStringThe units of the data