Skip to main content

Forex

GET 

/api/v1/forex

Fetch the latest forex rate.

Request

Query Parameters

    symbol string

    Specifies symbol

    Example: USD-KRW

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    d integer

    specifies the unix timestamp of the forex rate

    Example: 1722913391794
    r number

    specifies the forex rate

    Example: 1372.31
    s string

    specifies the name of the forex symbol

    Example: USD-KRW
Loading...