All Economic Indices

All Economic Indices Csharp 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.SDK.Api.IndexApi
Instance Method:
GetAllEconomicIndices()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetAllEconomicIndicesExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var indexApi = new IndexApi();
int? pageSize = 100;
string nextPage = null;
ApiResponseEconomicIndices result = indexApi.GetAllEconomicIndices(pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
pageSizeint?The number of results to return[optional] [default to 100]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseEconomicIndices

Properties

NameTypeDescription
IndicesList 
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.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  
LastUpdatedDateTime?When the Index was updated last  
ObservationStartDateTime?The earliest date for which data is available  
ObservationEndDateTime?The latest date for which data is available  
SeasonalAdjustmentstringWhether the data is adjusted to account for seasonality  
UnitsstringThe units of the data