The exchange rate endpoint provides real-time exchange rates for specified currency pairs, including both forex and cryptocurrency. It returns the current exchange rate value between two currencies, allowing users to quickly access up-to-date conversion rates for financial transactions or market analysis.
- Provider
- Twelve Data API (Market Data)
- Input summary
- {"name":"symbol","type":"string","required":true,"description":"The currency pair you want to request can be either forex or cryptocurrency. Slash(`/`) delimiter is used. E.g. `EUR/USD` or `BTC/ETH` will be correct"}, {"name":"date","type":"string","required":false,"description":"If not null, will use exchange rate from a specific date or time. Format `2006-01-02` or `2006-01-02T15:04:05`. Is set in the local exchange time zone, use timezone parameter..., {"name":"format","type":"string","required":false,"description":"Value can be `JSON` or `CSV`. Default `JSON`","enum":["JSON","CSV"]}, {"name":"delimiter","type":"string","required":false,"description":"Specify the delimiter used when downloading the `CSV` file. Default semicolon `;`"}, {"name":"dp","type":"integer","required":false,"description":"The number of decimal places for the data"}, {"name":"timezone","type":"string","required":false,"description":"Timezone at which output datetime will be displayed. Supports: <ul> <li>1. <code>Exchange</code> for local exchange time</li> <li>2. <code>UTC</code> for datetime at univ...
- Output summary
- Not available
- Billing
- 2.37
- Freshness
- Not available
- Verification
- Not available