项目作者: MaykolMedrano

项目描述 :
Stata module to download data from the Peruvian Central Bank into Stata
高级语言: Stata
项目地址: git://github.com/MaykolMedrano/usebcrp.git
创建时间: 2020-02-08T19:43:40Z
项目社区:https://github.com/MaykolMedrano/usebcrp

开源协议:MIT License

下载


usebcrp : download data from the Peruvian Central Bank into Stata

Installation

  1. cap ado uninstall usebcrp
  2. net install usebcrp, from(https://raw.githubusercontent.com/MaykolMedrano/usebcrp/master/source)

System Requirements

Windows 10

Usage

First, go here and pick a series (or up to 10). Then, run:

  1. usebcrp PN00001MM, range(2001m1 2016m12)
  2. usebcrp PN01288PM PN01289PM, range(2013m1 2016m9)
  1. usebcrp PN03492MQ, range(2013q1 2016q4)
  2. usebcrp PD04658MD, clear range(1jan1999 31dec2002)
  3. usebcrp PM06069MA, clear range(2007 2009)

Advanced Usage

  • Use a folder as cache, to avoid downloading the dataset every time: usebcrp PN00001MM, range(2001m1 2016m12) cache(c:/somepath)
  • Can also manage different frequencies (daily, monthly, quarterly, annual).

  • More information in the help file.