Get Interactive Currencies chart, analyze all the data with a huge range of indicators. Usefull for chart, interactive chart, graph, data graph, data points, analyze, analysis, data analysis.
Request
Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
symbol
string
required
Currency or Currency pair symbol
Example:
USDIDR=X
interval
string
optional
Chart data interval. Available options: 1m|2m|5m|15m|30m|60m|90m|1h|1d|5d|1wk|1mo|3mo. Defaults to null.
Example:
1d
period1
number
optional
Starting date in epoch datetime format. Usually not used together with range parameter.
Example:
1399827600
period2
number
optional
Ending date in epoch datetime format. Usually not used together with range parameter.
Example:
1709176300
range
string
optional
Date range of requested data. Available ranges: 1d|5d|7d|60d|1mo|3mo|6mo|1y|2y|5y|10y|ytd|max. Usually not used together with period1 and period2 parameter.
Example:
ytd
region
string
optional
Get data based on region. Available region codes: FR|IN|HK|DE|CA|ES|IT|US|AU|GB|BR|NZ|SG|TW. Defaults to 'US'.
Example:
TW
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://live-stock-market.p.rapidapi.com/v1/currency/chart?symbol=USDIDR=X&interval=1d&period1=1399827600&period2=1709176300&range=ytd®ion=TW' \
--header'x-rapidapi-key;'