{"id":43367257,"url":"https://github.com/zachspar/fred-py-api","last_synced_at":"2026-04-19T22:19:54.888Z","repository":{"id":39159476,"uuid":"506420249","full_name":"zachspar/fred-py-api","owner":"zachspar","description":"A fully-featured FRED Command Line Interface \u0026 Python API wrapper.","archived":false,"fork":false,"pushed_at":"2025-09-04T15:41:40.000Z","size":73,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-15T15:14:56.519Z","etag":null,"topics":["api-wrapper","cli","command-line","finance","fred","fred-api","python","requests","research","science-research"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachspar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-06-22T22:11:41.000Z","updated_at":"2024-06-29T19:50:31.000Z","dependencies_parsed_at":"2023-01-25T12:00:26.704Z","dependency_job_id":"c4f5f3e2-728c-43a4-9d6e-477bfdad569b","html_url":"https://github.com/zachspar/fred-py-api","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":0.4473684210526315,"last_synced_commit":"ee26cc52dd9e09913a483ef58663265235404333"},"previous_names":["zachspar/fred_py_api"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/zachspar/fred-py-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Ffred-py-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Ffred-py-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Ffred-py-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Ffred-py-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachspar","download_url":"https://codeload.github.com/zachspar/fred-py-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Ffred-py-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","cli","command-line","finance","fred","fred-api","python","requests","research","science-research"],"created_at":"2026-02-02T04:49:38.478Z","updated_at":"2026-02-02T04:49:38.553Z","avatar_url":"https://github.com/zachspar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/fred-py-api.svg)](https://badge.fury.io/py/fred-py-api)\n[![Documentation Status](https://readthedocs.org/projects/fred-py-api/badge/?version=latest)](https://fred-py-api.readthedocs.io/en/latest/?badge=latest)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/fred-py-api?style=flat)](https://pypi.org/project/fred-py-api/)\n[![codecov](https://codecov.io/gh/zachspar/fred-py-api/branch/main/graph/badge.svg?token=BG1948D8Y7)](https://codecov.io/gh/zachspar/fred-py-api)\n\n# Fred CLI \u0026 Python API\nA fully-featured FRED Command-Line Interface \u0026 Python API Wrapper.\n\n## Table of Contents\n- [Installation](#installation)\n  - [Homebrew](#homebrew)\n  - [PyPI](#pypi)\n- [Python API Documentation](#python-api-documentation)\n- [Wiki](#wiki)\n- [FRED References](#fred-references)\n- [Shell Auto-Completion](#shell-auto-completion)\n  - [`zsh` Completions](#zsh-completions)\n  - [`bash` Completions](#bash-completions)\n  - [`fish` Completions](#fish-completions)\n\n## Installation:\nInstall `fred` in a couple of ways.\n\n### Homebrew\n`brew install fred`\n\n### PyPI\n`pip install fred-py-api`\n\n## Python API Documentation:\n- [fred-py-api Docs](https://fred-py-api.readthedocs.io/en/latest/)\n\n## Wiki:\n- [fred-py-api Wiki](https://github.com/zachspar/fred-py-api/wiki)\n\n## FRED References:\n- [Create an API Key Here](https://fredaccount.stlouisfed.org/apikey)\n- [API Documentation](https://fred.stlouisfed.org/docs/api/fred/)\n\n## Shell Auto-Completion:\nFred CLI supports auto-completion for `zsh`, `bash` and `fish` shells. See instructions\nfor each directly below.\n\n### `zsh` Completions\nAdd this to `~/.zshrc`\n```zsh\neval \"$(_FRED_COMPLETE=zsh_source fred)\"\neval \"$(_CATEGORIES_COMPLETE=zsh_source categories)\"\neval \"$(_RELEASES_COMPLETE=zsh_source releases)\"\neval \"$(_SERIES_COMPLETE=zsh_source series)\"\neval \"$(_SOURCES_COMPLETE=zsh_source sources)\"\neval \"$(_TAGS_COMPLETE=zsh_source tags)\"\n```\n\n### `bash` Completions\nAdd this to `~/.bashrc`\n```bash\neval \"$(_FRED_COMPLETE=bash_source fred)\"\neval \"$(_CATEGORIES_COMPLETE=bash_source categories)\"\neval \"$(_RELEASES_COMPLETE=bash_source releases)\"\neval \"$(_SERIES_COMPLETE=bash_source series)\"\neval \"$(_SOURCES_COMPLETE=bash_source sources)\"\neval \"$(_TAGS_COMPLETE=bash_source tags)\"\n```\n\n### `fish` Completions\nAdd this to `~/.config/fish/completions/fred.fish`\n```fish\n_FRED_COMPLETE=fish_source fred | source\n_CATEGORIES_COMPLETE=fish_source categories | source\n_RELEASES_COMPLETE=fish_source releases | source\n_SERIES_COMPLETE=fish_source series | source\n_SOURCES_COMPLETE=fish_source sources | source\n_TAGS_COMPLETE=fish_source tags | source\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachspar%2Ffred-py-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachspar%2Ffred-py-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachspar%2Ffred-py-api/lists"}