Forex Rates by Finmap.io avatar
Forex Rates by Finmap.io

Pricing

Pay per event

Go to Apify Store
Forex Rates by Finmap.io

Forex Rates by Finmap.io

Developed by

finmap.io

finmap.io

Maintained by Community

Generate the current rate and historical rates of any FX currency pair. Historical intervals: Daily, weekly, and monthly. We are committed to offering accurate financial data at the best rates straight from the robust finmap.io API. Contact us if you have any questions.

0.0 (0)

Pricing

Pay per event

2

2

2

Last modified

4 days ago

Forex Rates by finmap.io 📈

Retrieve the current and historical FX rates for any currency pair, in preferred intervals. This actor is ideal for startups, developers, AI agents, and market analysts who need accurate asset prices at affordable rates. Pay only for what you need! Current price is: $0.0005/row of results.


Features

🕒 Fetch the current FX rate.

📅 Fetch historical FX rate data.

⚙️ Select your interval: daily, weekly, or monthly.

🌎 Choose from over 120+ currency pairs.

🧾 Clean output with structured fields.

⬇️ Export as CSV or your preferred file format.

💬 24h customer support for all subscribers.

💸 Avoid overspending by paying only $0.0005/row of result.


Input Schema

FieldTypeRequiredDescription
price_typestringChoose between "latest" or "historical"
symbolsarraySupported values: USDEUR, GBPCHF
startDatestringRequired for historical pricing (YYYY-MM-DD)
endDatestringRequired for historical pricing (YYYY-MM-DD)
intervalstringOne of: daily, weekly, monthly (used only for historical)
orderbooleanSwitch: true or false (default) (used only for historical)

Example Latest Price

Input Schema

{
"order": false,
"price_type": "latest",
"symbols": [
"USDEUR",
"GBPEUR",
"JPYCHF"
]
}

Output Schema

[
{
"symbol": "JPYCHF",
"open": "0.00536",
"close": "0.00538",
"high": "0.00538",
"low": "0.00535",
"volume": "N/A",
"datetime": "2025-09-19 09:19:24+00:00"
},
{
"symbol": "USDEUR",
"open": "0.84847",
"close": "0.84975",
"high": "0.85099",
"low": "0.848",
"volume": "N/A",
"datetime": "2025-09-19 09:19:24+00:00"
},
{
"symbol": "GBPEUR",
"open": "1.14992",
"close": "1.14745",
"high": "1.15075",
"low": "1.14563",
"volume": "N/A",
"datetime": "2025-09-19 09:19:26+00:00"
}
]

Example Historical Price

Input Schema

{
"endDate": "2025-04-01",
"interval": "31",
"order": false,
"price_type": "historical",
"startDate": "2025-02-01",
"symbols": [
"USDEUR"
]
}

Output Schema

[
{
"symbol": "USDEUR",
"open": "0.97688",
"close": "0.96691",
"high": "0.97932",
"low": "0.96617",
"datetime": "2025-02-02"
},
{
"symbol": "USDEUR",
"open": "0.96113",
"close": "0.95343",
"high": "0.96259",
"low": "0.95203",
"datetime": "2025-03-02"
},
{
"symbol": "USDEUR",
"open": "0.92657",
"close": "0.92078",
"high": "0.92761",
"low": "0.91539",
"datetime": "2025-04-01"
}
]

Terms of Service

This actor is designed to provide users with accurate and reliable market data. However, the information and services provided by this tool are not intended as, and should not be construed as, financial or investment advice. We are not responsible for any investment decisions made based on the data provided, nor for any losses resulting from market fluctuations, errors, or inaccuracies in the data.