LIBOR API
The LIBOR API provides historical LIBOR (London Interbank Offered Rate) data for all tenors from overnight to 12 months. LIBOR is a key benchmark interest rate at which major global banks lend to one another.
Available endpoints:
- /v1/liborhistorical - Get historical LIBOR rates for a specified tenor
Need Euribor, SONIA, TONAR, central bank rates, or other interest rates? Use the Interest Rate API.
From 7,825 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 256ms | 282ms | 331ms | 720ms | 970ms |
Didn't find what you were looking for? Suggest an improvement
/v1/liborhistorical GET
Business and Professional tier only
https://api.api-ninjas.com/v1/liborhistorical
Returns historical LIBOR rates for a specified tenor. You can specify a time range to retrieve data from. The maximum number of data points returned per API call is 100.
Parameters
typerequiredTenor of the LIBOR rate. Must be one of:
overnight1_month3_months6_months12_monthsstart_timeoptionalStart time for the data range, specified as a UNIX timestamp in seconds.
end_timeoptionalEnd time for the data range, specified as a UNIX timestamp in seconds.
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON object containing:
nameThe name of the LIBOR rate (e.g., "USD LIBOR - 3 months").
dataArray of historical rate data objects, each containing:
timestampUNIX timestamp in seconds.
rate_pctInterest rate as a percentage.
Sample Request Live Demo!
Try this API endpoint with all available parameters in our API playground
https://api.api-ninjas.com/v1/liborhistorical?type=3_monthsHeaders
X-Api-KeyLog in or sign up to get your API Key