Realiz FinData
Languages (언어)
  • Korean
  • English
Languages (언어)
  • Korean
  • English
  1. Forex
  • Historical Quotes (Chart)
    • Stock Historical Quote
      GET
    • Crypto Historical Quote
      GET
  • Market Data
    • US Market Status
      GET
    • Sector info list
      GET
    • Industry info list
      GET
    • Industry info list by Sector
      GET
    • Active trading volume
      GET
    • Market Top Gainers
      GET
    • Market Top Losers
      GET
  • Dividend
    • Dividend Overview
      GET
    • Dividend Records
      GET
  • Earning & Revenue
    • Earning Records & Estimates
      GET
    • Sales ratio by product
      GET
    • Sales ratio by geolocation
      GET
  • Analysting
    • Analysis Overview
      GET
    • Analysis Report by Stock
      GET
    • Target Price Trend
      GET
    • Analysis Report Feed (RSS)
      GET
  • Company
    • Full list of companies (LD)
      GET
    • Company Overview
      GET
    • Company Valuations & Metrics
      GET
    • Historical Company Valuations & Metrics Trend
      GET
  • Financial Statement
    • Cash Flow (Quarterly/Yearly)
    • BalanceSheet (Quarterly/Yearly)
    • Income Statement (Quarterly/Yearly)
  • Insider (Executives&Employee)
    • Latest Insider Trading Feed (RSS)
    • Insider trading by company
    • Number of employees trend
    • Executives
  • Congressman (Senator&Representative)
    • Congressman Transaction History Feed (RSS)
    • Transaction History by Stock
  • 13F institution
    • 13F Institutional Investor List (LD)
    • 13F Trader Performance Details
    • Quarterly portfolio analysis
    • Holding Stocks by 13F
    • 13F holders by stock
  • ETF
    • ETF Provider List
    • ETF List by Provider
    • ETF List (Large Data)
    • ETF Overview
    • Holding Stocks by ETF
    • ETF holders by stock
  • News
    • Headlines
    • Stock News
    • Forex News
    • Market News
    • News by Ticker
  • Forex
    • All Available Currency List
      GET
    • Latest Forexes Price
      GET
  • Commodity
    • All Available Commodity List
    • Latest Commodities Price
  • Stock
    • All Available Stock List
    • Latest Stocks Price
  • Market Index
    • All Available Index
    • Latest Indexes Price
  • Global Interests
    • Global Interest rates
    • Base Interest History Records By Country
  • Schedule Calendar
    • Economic Events Calendar
    • Earning Calendar
    • Delisting Calendar
    • Ticker Change Calendar
    • Split Calendar
    • IPO Calendar
  • IPO
    • IPO application list
    • IPO accepted list
    • IPO detail information
  1. Forex

Latest Forexes Price

GET
/forex/latest/{ticker}
View up to 20 latest exchange rates at once.

Request

Path Params
ticker
string 
required
The tickers of the forex you want to check (Up to 20, separated by ,)
quote currency + base currency ex) USDKRW, JPYUSD
Example:
USDKRW,USDJPY,JPYKRW

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://your-api-server.com/forex/latest/USDKRW,USDJPY,JPYKRW'

Responses

🟢200Success
application/json
Body
object {0}
Example
[
    {
        "ticker": "USDJPY",
        "baseCurrency": "JPY",
        "quoteCurrency": "USD",
        "price": 147.222,
        "change": 0.674,
        "changePercentage": 0.46,
        "volume": 48941,
        "dayLow": 145.84,
        "dayHigh": 147.3305,
        "yearLow": 140.29,
        "yearHigh": 161.942,
        "avg50Price": 155.27704,
        "avg200Price": 151.32027
    },
    {
        "ticker": "USDKRW",
        "baseCurrency": "KRW",
        "quoteCurrency": "USD",
        "price": 1334.95,
        "change": 3.83,
        "changePercentage": 0.288,
        "volume": 26387,
        "dayLow": 1312.81,
        "dayHigh": 1335.645,
        "yearLow": 1216.96,
        "yearHigh": 1399.96,
        "avg50Price": 1377.6501,
        "avg200Price": 1344.8025
    },
    {
        "ticker": "JPYKRW",
        "baseCurrency": "KRW",
        "quoteCurrency": "JPY",
        "price": 9.06905,
        "change": 0.01004633,
        "changePercentage": 0.111,
        "volume": 346,
        "dayLow": 9.038,
        "dayHigh": 9.11506,
        "yearLow": 8.48633,
        "yearHigh": 9.64618,
        "avg50Price": 8.88091,
        "avg200Price": 8.89168
    }
]
Modified at 2024-08-20 07:10:58
Previous
All Available Currency List
Next
All Available Commodity List
Built with