fredapi — Easy Playground
Python client for Federal Reserve Economic Data (FRED)
Getting started with fredapiRun locally
Install
pip install fredapiPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fredapi)
fredapi is a third-party package. Python client for Federal Reserve Economic Data (FRED). Install with: pip install fredapi
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?