v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBInstruments
Get Latest Monthly Yield
Returns the latest monthly annualized yield available for the specified instrument.
Sandbox Test ISINs
You can use the following static ISINs to test different scenarios with predetermined responses. The test ISINs do not need to be enabled on our side and are only available on this endpoint in the Sandbox environment.
- XF0000000012 - Success case: Returns predictable yield data (0.30% monthly, 3.60% annualized)
- XF0000000020 - No yield data: Returns a 404 error: "No yield data available for instrument XF0000000020"
- XF0000000038 - Non-distributing fund: Returns a 400 error: "Profit model of instrument XF0000000038 is not distributing"
get/instruments/{instrument}/yield
Path parameters
instrumentstring required
Specify the ISIN of the instrument.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Response
Successful Response
Example response
{
"period_start": "2025-10-01",
"period_end": "2025-10-31",
"yield_pct": "0.14",
"annualized_yield_pct": "1.69",
"calculated_as_of": "2025-10-31"
}