This API returns the daily time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"function","type":"string","required":true,"description":"The time series of your choice. In this case, function=FX_DAILY","enum":["FX_DAILY"]}, {"name":"from_symbol","type":"string","required":true,"description":"A three-letter symbol from the forex currency list. For example: from_symbol=EUR."}, {"name":"to_symbol","type":"string","required":true,"description":"A three-letter symbol from the forex currency list. For example: to_symbol=USD."}, {"name":"outputsize","type":"string","required":false,"description":"By default, outputsize=compact. compact returns only the latest 100 data points; full returns the full-length daily time series.","enum":["compact","full"]}, {"name":"datatype","type":"string","required":false,"description":"By default, datatype=json. json returns the daily time series in JSON format; csv returns the time series as a CSV file.","enum":["json","csv"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available