Result of converting a numeric quantity from one currency to another at the current rate via the 1Forge convert endpoint.
Type: objectProperties: 3Required: 3
Currency ExchangeForexCryptocurrencyMarket DataFinancial DataReal-Time Data
ConversionResult is a JSON Structure definition published by 1Forge, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/1forge/refs/heads/main/json-structure/forex-data-api-conversion-result-structure.json",
"name": "ConversionResult",
"description": "Result of converting a numeric quantity from one currency to another at the current rate via the 1Forge convert endpoint.",
"type": "object",
"required": ["value", "text", "timestamp"],
"properties": {
"value": {
"type": "double",
"description": "Converted amount in the destination currency."
},
"text": {
"type": "string",
"description": "Human-readable conversion string."
},
"timestamp": {
"type": "int64",
"description": "Unix epoch timestamp (seconds) of the conversion rate."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.