{"id":190,"date":"2026-03-22T12:32:55","date_gmt":"2026-03-22T12:32:55","guid":{"rendered":"https:\/\/reservecli.dev\/?page_id=190"},"modified":"2026-03-22T12:35:17","modified_gmt":"2026-03-22T12:35:17","slug":"search","status":"publish","type":"page","link":"https:\/\/reservecli.dev\/documentation\/search\/","title":{"rendered":"search"},"content":{"rendered":"\n<p>Search for FRED\u00ae data series using full-text queries.<\/p>\n\n\n\n<p>The search command performs a global search across series names, descriptions, and metadata. It is the primary entry point for discovering relevant economic data.<\/p>\n\n\n\n<p>Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u201cinflation\u201d<\/strong> \u2014 Consumer Price Index and related measures<\/li>\n\n\n\n<li><strong>\u201cunemployment\u201d<\/strong> \u2014 labor market indicators<\/li>\n\n\n\n<li><strong>\u201cgdp\u201d<\/strong> \u2014 output and growth series<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">USAGE<\/h2>\n\n\n\n<p>reserve search \u201c\u201d [flags]<\/p>\n\n\n\n<p>Available Flags:<\/p>\n\n\n\n<p>\u2013limit N Limit the number of results returned<\/p>\n\n\n\n<p>reserve search \u2013help (for more details about flags)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SEARCH<\/h2>\n\n\n\n<p>Search for FRED series by keyword.<\/p>\n\n\n\n<p>Returns matching series with metadata such as title, frequency, and units.<\/p>\n\n\n\n<p>Usage: reserve search \u201c\u201d [\u2013limit N]<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly># General search\nreserve search \u201cinflation\u201d\n\n# Limit results\nreserve search \u201cinflation\u201d \u2013limit 10\n\n# Use series code returned from inflation search\nreserve fetch series CPIAUCSL\n\n# Export results for further analysis\nreserve search \u201cgdp\u201d \u2013format csv\n\n<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #616E88\"># General search<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">reserve<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">search<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\u201cinflation\u201d<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #616E88\"># Limit results<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">reserve<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">search<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\u201cinflation\u201d<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\u2013limit<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #B48EAD\">10<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #616E88\"># Use series code returned from inflation search<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">reserve<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">fetch<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">series<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">CPIAUCSL<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #616E88\"># Export results for further analysis<\/span><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">reserve<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">search<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\u201cgdp\u201d<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">\u2013format<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #A3BE8C\">csv<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><\/span><\/code><\/pre><\/div>\n\n\n\n<p>See\u00a0<a href=\"https:\/\/reservecli.dev\/documentation\/global-flags\/\">Global Flags<\/a>\u00a0for additional global options available for this command.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Search for FRED\u00ae data series using full-text queries. The search command performs a global search across series names, descriptions, and metadata. It is the primary entry point for discovering relevant economic data. Examples: USAGE reserve search \u201c\u201d [flags] Available Flags: \u2013limit N Limit the number of results returned reserve search \u2013help (for more details about &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/reservecli.dev\/documentation\/search\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;search&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":62,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"slim_seo":{"title":"search - Reserve CLI","description":"Search for FRED\u00ae data series using full-text queries. The search command performs a global search across series names, descriptions, and metadata. It is the pri"},"footnotes":""},"class_list":["post-190","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/pages\/190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/comments?post=190"}],"version-history":[{"count":2,"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/pages\/190\/revisions"}],"predecessor-version":[{"id":193,"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/pages\/190\/revisions\/193"}],"up":[{"embeddable":true,"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/pages\/62"}],"wp:attachment":[{"href":"https:\/\/reservecli.dev\/wp-json\/wp\/v2\/media?parent=190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}