{"record":{"id":"cdca322c8d23c918","repo":"OpenBB-finance/OpenBB","slug":"no-data-exists-for-series-id-series-id","errorCode":null,"errorMessage":"No data exists for series id: {series_id}","messagePattern":"No data exists for series id: (.+?)","errorType":"exception","errorClass":"OpenBBError","httpStatus":null,"severity":"error","filePath":"openbb_platform/providers/fred/openbb_fred/utils/fred_base.py","lineNumber":72,"sourceCode":"\n        Returns\n        -------\n        data : Series\n            a Series where each index is the observation date and the value is the data\n            for the Fred series\n        \"\"\"\n        url = f\"{ROOT_URL}/series/observations?series_id={series_id}\"\n        if start_date:\n            url += \"&observation_start=\" + start_date.strftime(\"%Y-%m-%d\")\n        if end_date:\n            url += \"&observation_end=\" + end_date.strftime(\"%Y-%m-%d\")\n        if kwargs.keys():\n            url += \"&\" + urlencode(\n                {k: v for k, v in kwargs.items() if k != \"preferences\"}\n            )\n        root = self.__fetch_data(url, **kwargs)\n        if root is None:\n            raise OpenBBError(\"No data exists for series id: \" + series_id)\n        if \"error_code\" in root and \"error_message\" in root and root[\"error_message\"]:\n            raise OpenBBError(root[\"error_message\"])\n        return root[\"observations\"]\n","sourceCodeStart":54,"sourceCodeEnd":76,"githubUrl":"https://github.com/OpenBB-finance/OpenBB/blob/3e071fcc2cd9f891cac6040ae60296dba76dab46/openbb_platform/providers/fred/openbb_fred/utils/fred_base.py#L54-L76","documentation":"Error \"No data exists for series id: {series_id}\" thrown in OpenBB-finance/OpenBB.","triggerScenarios":"Thrown at openbb_platform/providers/fred/openbb_fred/utils/fred_base.py:72 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the series_id is correct via the FRED website or fred_search().","Check for typos in the series ID; IDs are case-sensitive."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"3e071fcc2cd9f891cac6040ae60296dba76dab46","analyzedAt":"2026-08-14T23:40:48.960Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}