{"record":{"id":"1e769c4807ffde1b","repo":"OpenBB-finance/OpenBB","slug":"no-data-found-for-given-symbols-and-year","errorCode":null,"errorMessage":"No data found for given symbols and year.","messagePattern":"No data found for given symbols and year\\.","errorType":"exception","errorClass":"EmptyDataError","httpStatus":null,"severity":"error","filePath":"openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py","lineNumber":152,"sourceCode":"\n                filtered_results.extend(\n                    [\n                        FMPExecutiveCompensationData.model_validate(item)\n                        for item in symbol_max_year_data\n                    ]\n                )\n            else:\n                filtered_results.extend(\n                    [\n                        FMPExecutiveCompensationData.model_validate(item)\n                        for item in sorted(\n                            symbol_data, key=lambda x: x.get(\"year\", 0), reverse=True\n                        )\n                    ]\n                )\n\n        if not filtered_results:\n            raise EmptyDataError(\"No data found for given symbols and year.\")\n\n        return filtered_results\n","sourceCodeStart":134,"sourceCodeEnd":155,"githubUrl":"https://github.com/OpenBB-finance/OpenBB/blob/3e071fcc2cd9f891cac6040ae60296dba76dab46/openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py#L134-L155","documentation":"Error \"No data found for given symbols and year.\" thrown in OpenBB-finance/OpenBB.","triggerScenarios":"Thrown at openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py:152 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the symbols and year are correct; compensation data may not be filed yet for the requested year.","Try an earlier year or different symbols.","Check that your FMP plan includes executive compensation data."],"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-15T17:31:12.345Z"}