{"record":{"id":"c628afc05240acd0","repo":"OpenBB-finance/OpenBB","slug":"no-data-found-for-given-symbols","errorCode":null,"errorMessage":"No data found for given symbols.","messagePattern":"No data found for given symbols\\.","errorType":"exception","errorClass":"EmptyDataError","httpStatus":null,"severity":"error","filePath":"openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py","lineNumber":92,"sourceCode":"        base_url = \"https://financialmodelingprep.com/stable/governance-executive-compensation?\"\n        symbols = query.symbol.split(\",\")\n        results: list = []\n\n        async def get_one(symbol):\n            \"\"\"Get data for one symbol.\"\"\"\n            url = f\"{base_url}symbol={symbol}&apikey={api_key}\"\n            result = await get_data_many(url, **kwargs)\n\n            if not result:\n                warnings.warn(f\"Symbol Error: No data found for {symbol}.\")\n\n            if result:\n                results.extend(result)\n\n        await asyncio.gather(*[get_one(symbol) for symbol in symbols])\n\n        if not results:\n            raise EmptyDataError(\"No data found for given symbols.\")\n\n        return results\n\n    @staticmethod\n    def transform_data(\n        query: FMPExecutiveCompensationQueryParams,\n        data: list,\n        **kwargs: Any,\n    ) -> list[FMPExecutiveCompensationData]:\n        \"\"\"Return the transformed data.\"\"\"\n        # pylint: disable=import-outside-toplevel\n        import warnings\n\n        symbols = query.symbol.split(\",\")\n        filtered_results: list[FMPExecutiveCompensationData] = []\n\n        for symbol in symbols:\n            symbol_data = [item for item in data if item.get(\"symbol\") == symbol]","sourceCodeStart":74,"sourceCodeEnd":110,"githubUrl":"https://github.com/OpenBB-finance/OpenBB/blob/3e071fcc2cd9f891cac6040ae60296dba76dab46/openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py#L74-L110","documentation":"Error \"No data found for given symbols.\" thrown in OpenBB-finance/OpenBB.","triggerScenarios":"Thrown at openbb_platform/providers/fmp/openbb_fmp/models/executive_compensation.py:92 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the symbols are valid company tickers on FMP.","Check that your FMP subscription includes executive compensation data.","Try different symbols; compensation data is not available for all companies."],"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"}