# CurexAPI Overview

CurexAPI offers a user-friendly REST API that provides up-to-date and historical exchange rates for 170 global currencies. The currency pairs are delivered in a universally compatible JSON format, making it seamless to integrate into any of your applications.

The spot exchange rate data is sourced from multiple major forex data providers in real-time. It undergoes thorough validation, processing, and is delivered at regular intervals, either hourly, every 10 minutes, or even within the 60-second market window.

The CurexAPI ensures that each API request receives the most accurate representation of the forex market value, known as the "midpoint" value. This capability empowers various applications, such as currency converters, mobile apps, financial software components, and back-office systems worldwide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.curexapi.com/curexapi-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
