{"record":{"id":"7fa11446f0f4980e","repo":"OpenBB-finance/OpenBB","slug":"no-data-was-found-for-the-given-symbols-7fa114","errorCode":null,"errorMessage":"No data was found for the given symbols.","messagePattern":"No data was found for the given symbols\\.","errorType":"exception","errorClass":"EmptyDataError","httpStatus":null,"severity":"error","filePath":"openbb_platform/providers/fmp/openbb_fmp/models/etf_info.py","lineNumber":124,"sourceCode":"            response = await get_data_many(url, **kwargs)\n            if not response:\n                warnings.warn(f\"No results found for {symbol}.\")\n            results.extend(response)\n\n        await asyncio.gather(*[get_one(symbol) for symbol in symbols])\n\n        return sorted(\n            results,\n            key=(lambda item: (symbols.index(item.get(\"symbol\", len(symbols))))),\n        )\n\n    @staticmethod\n    def transform_data(\n        query: FMPEtfInfoQueryParams, data: list, **kwargs: Any\n    ) -> list[FMPEtfInfoData]:\n        \"\"\"Return the transformed data.\"\"\"\n        if not data:\n            raise EmptyDataError(\"No data was found for the given symbols.\")\n        return [FMPEtfInfoData.model_validate(d) for d in data]\n","sourceCodeStart":106,"sourceCodeEnd":126,"githubUrl":"https://github.com/OpenBB-finance/OpenBB/blob/3e071fcc2cd9f891cac6040ae60296dba76dab46/openbb_platform/providers/fmp/openbb_fmp/models/etf_info.py#L106-L126","documentation":"Error \"No data was found for the given symbols.\" thrown in OpenBB-finance/OpenBB.","triggerScenarios":"Thrown at openbb_platform/providers/fmp/openbb_fmp/models/etf_info.py:124 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the symbols are valid ETF tickers supported by FMP.","Check your FMP API key and subscription level for ETF info access.","Reduce the number of symbols and retry; some symbols may simply have no 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"}