Global Data
List FX rates
GET /v1/fx/rates — get FX reference rates
GET
Danh sách tỷ giá FX
Fetch FX reference rates for one base currency and one or more quote currencies.Documentation Index
Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Currency conversion
Use rates to convert values across currencies.
Multi-quote request
Request several quote currencies in one call.
Common use cases
- Convert portfolio values.
- Show FX reference charts.
- Add currency context to dashboards.
Key parameters
base: base currency, for exampleUSD.quotes: comma-separated quote currencies, for exampleVND,CNY,JPY.fromandto: ISO 8601 UTC timestamps.
Authorizations
API key được cấp cho tài khoản của bạn.
Query Parameters
Example:
"USD"
Example:
"VND,CNY,JPY"
ISO 8601 UTC; phải kết thúc bằng "Z".
Example:
"2026-05-15T00:00:00Z"
ISO 8601 UTC; phải kết thúc bằng "Z" và nằm sau from.
Example:
"2026-05-15T01:00:00Z"
Required range:
1 <= x <= 10000Example:
100
Response
OK
Danh sách tỷ giá FX

