Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.
Name | Type | Description | Notes |
---|---|---|---|
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
indices | list[EconomicIndexSummary] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |