fund_not_found โ
fund_not_found
Description โ
The requested fund or ISIN does not exist in the data available for the requested date.
HTTP Status โ
404 Not Found
doc_url Format โ
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/fund_not_found
Typical Causes โ
- The fund identifier is wrong or stale.
- The fund is not present in the current market data feed.
- The requested date has no valuation data for that fund.
Example โ
Response:
json
{
"errors": [
{
"code": "fund_not_found",
"message": "Fund with id: 'US0000000000' was not found",
"doc_url": "https://docs.example.com/errors/fund_not_found"
}
]
}How To Fix โ
- Verify the fund identifier.
- Ensure the fund has market data for the requested date.
- Retry with a valid fund and date combination.