Skip to content
forked from markushhh/SPF.jl

SPF.jl offers the possibility to download data from the Survey of Professional Forecasters (SPF) provided by the Federal Reserve Bank of Philadelphia

License

Notifications You must be signed in to change notification settings

tttdoctor/SPF.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPF.jl

SPF.jl offers the possibility to download data from the Survey of Professional Forecasters (SPF) provided by the Federal Reserve Bank of Philadelphia.

Installation

] add https://github.com/markushhh/SPF.jl

Usage

Load the package and retrieve the dataset.

using SPF

survey = "NGDP"

df = get_additional_cpie10()
df = get_anxious_index()
df = get_individual(survey)
df = get_inflation(survey)
df = get_mean(survey, "level")
df = get_median(survey, "level")
get_dispersion(survey) # saves the file since there's multiple sheets in the excel file
get_microdata() # saves the file since there's multiple sheets in the excel file
get_prob() # saves the file since there's multiple sheets in the excel file

The documentation is really helpful.

Disclaimer

This package is in no way officially related to, or endorsed by, the Federal Reserve Bank of Philadelphia nor the European Central Bank.

About

SPF.jl offers the possibility to download data from the Survey of Professional Forecasters (SPF) provided by the Federal Reserve Bank of Philadelphia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%