A collection of Jupyter notebooks for financial economics, providing high-level APIs to retrieve, analyze, and visualize economic data from sources like FRED.
fecon235 is a collection of Jupyter notebooks that provide an interface for financial economics to the Python ecosystem. It integrates packages like numpy, pandas, and statsmodels to retrieve, analyze, and visualize economic data from sources such as FRED and Quandl. The project solves the problem of low-level data handling pitfalls and enables reproducible research in financial economics.
Financial economists, data scientists, researchers, and students who need to analyze economic data using Python. It is particularly useful for those working with time-series data, econometrics, or portfolio analysis.
Developers choose fecon235 for its high-level APIs that simplify complex data retrieval and analysis tasks, its emphasis on reproducible research, and its extensive collection of ready-to-use notebooks covering various financial economics topics.
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides essential commands like get() and plot() that handle low-level pitfalls, simplifying data retrieval and visualization from sources like FRED and Quandl, as noted in the README for seamless integration.
Emphasizes collaborative, open-access notebooks that can be executed interactively, ensuring transparency and reproducibility in financial analysis, highlighted in the project's philosophy.
Includes numerous notebooks on topics from housing economics to portfolio optimization, offering practical insights and ready-to-use code, with examples like https://git.io/housing for immediate application.
Tested on Linux, Mac, and Windows with Python 2.7 and 3.x since 2014, ensuring broad usability, as stated in the README under 'What is this repository for?'
The core modules have been refactored into fecon236, leading to potential confusion about where to find the latest functionality and increasing maintenance complexity, as mentioned in the 'Spin-off Notice.'
The README notes that tutorials in the docs directory are 'gradually adding,' indicating documentation may be sparse or outdated, which could hinder onboarding and advanced usage.
Relies heavily on free data sources like FRED and Quandl, which may have usage limits, require API keys, or change over time, potentially breaking code without warning.