Description Usage Format Details Source References See Also Examples
The Institute of Applied Economic Research of Brazil (Ipea) (Ipea, 2017) is a public institution of Brazil that provides support to the federal government with regard to public policies: fiscal, social, and economic. Ipea provides public datasets derived from real economic and financial data of the world.
1 |
The ipeadata_d
dataset contains 12 time series of 901 to 8154
observations. The 12 time series are provided as the following variables of
a data frame.
Stock Index: Sao Paulo Stock Exchange - closed - BM&FBovespa.
Exchange rate - R$ / US$ - commercial - purchase - mean - R$ - Bacen Outras/SGS.
Euro area - exchange rate - euro / US$ - mean - Euro - Bacen Outras/SGS.
Exchange rate - R$ / US$ - parallel - selling - mean - R$ - Economic value.
Exchange rate - R$ / US$ - commercial - selling - mean - R$ - Bacen Outras/SGS.
Interest Rate: Over / Selic - (% p.a.) - Bacen Outras/SGS.
Interest rate - TR - (% p.m.) - Bacen Outras/SGS.
Imports - weekly mean - US$ - MDIC/Secex.
Exports - weekly mean - US$ - MDIC/Secex.
EMBI + Risco-Brasil - JP Morgan.
Interest rate - Selic - fixed by Copom - (% p.a.) - Bacen/Boletim/M. Finan..
Interest Rate: Over / Selic - Ipea.
The ipeadata_d
dataset is provided by Ipea. It comprehends the most
requested time series collected in daily rates. The ipeadata_d
dataset comprehend observations of exchange rates (R$/US$), exports/imports
prices, interest rates, and more, measured from 1962 to September of 2017.
The data had missing data removed by the function na.omit
.
ipeadata_d.cont
provide 30 points beyond the end of the time series
in ipeadata_d
. Intended for use as testing set.
Ipea, Ipeadata. Macroeconomic and regional data, Technical Report, http://www.ipeadata.gov.br, 2017. The "Most request series" section and filtered by "Frequency" equal to "Daily".
Ipea, Ipeadata. Macroeconomic and regional data, Technical Report, http://www.ipeadata.gov.br, 2017.
1 2 3 | data(ipeadata_d)
str(ipeadata_d)
plot(ts(ipeadata_d[1]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.