{
  "name": "epitokia",
  "description": "Bank of Greece interest rates: εξωτραπεζικά επιτόκια (δικαιοπρακτικός & υπερημερίας) and ECB reference rates. Data is scraped from bankofgreece.gr once a day.",
  "endpoints": {
    "/rates": "Full εξωτραπεζικά επιτόκια history, newest first",
    "/rates/current": "The εξωτραπεζικό rate applicable today",
    "/rates/on/{YYYY-MM-DD}": "The εξωτραπεζικό rate applicable on a date",
    "/ecb": "Full ECB reference rate history, newest first",
    "/ecb/current": "The ECB rates effective today",
    "/ecb/on/{YYYY-MM-DD}": "The ECB rates effective on a date",
    "/docs": "Interactive API documentation (Swagger UI)",
    "/openapi.json": "OpenAPI 3.1 specification",
    "/llms.txt": "API description for AI assistants"
  },
  "sources": [
    "https://www.bankofgreece.gr/statistika/xrhmatopistwtikes-agores/ekswtrapezika-epitokia",
    "https://www.bankofgreece.gr/statistika/xrhmatopistwtikes-agores/epitokia-anaforas-ekt"
  ]
}