cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/financial/macro/interest-rates/snapshot \ --header 'Authorization: Bearer <token>'
{ "interest_rates": [ { "bank": "<string>", "name": "<string>", "rate": 123, "date": "2023-12-25" } ] }
Retrieve the most recent published interest rate data from central banks worldwide.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with interest rate snapshot data
Show child attributes