Forex Rates by Finmap.io

Forex Rates by Finmap.io

by finmap

Get accurate live and historical forex rates (daily, weekly, monthly) from the Finmap.io API. Perfect for developers building financial apps or automating market analysis.

390 runs
8 users
Try This Actor

Opens on Apify.com

About Forex Rates by Finmap.io

Need reliable, up-to-the-minute forex data without the hassle of scraping unreliable sources? This actor pulls live and historical FX rates directly from the Finmap.io API, so you get clean, accurate data you can trust. I've used it to feed financial dashboards and backtest trading models without worrying about data quality. It lets you fetch the current rate for any currency pair you specify. More importantly, you can pull historical data at daily, weekly, or monthly intervals, which is perfect for building charts or performing trend analysis. The setup is straightforward—just configure your target currency pair and date range, and it handles the rest, delivering structured JSON. The main benefit is consistency. Whether you're a developer building a fintech app, a researcher analyzing market trends, or just need automated rate updates for internal reports, this actor acts as a reliable bridge to solid financial data. The team behind Finmap.io is serious about accuracy, and that focus comes through. If your project depends on precise forex information, this is a straightforward way to get it. Got a specific use case or question? Their support is responsive and helpful.

What does this actor do?

Forex Rates by Finmap.io is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Forex Rates by Finmap.io

Retrieves current and historical foreign exchange rates for over 120 currency pairs. This Apify actor is built for developers, analysts, and automated systems needing reliable FX data at a granular level, charging $0.0005 per row of results.

Key Features

  • Fetch current or historical FX rates.
  • Choose from daily, weekly, or monthly intervals for historical data.
  • Access 120+ currency pairs (e.g., USDEUR, GBPCHF).
  • Receive clean, structured JSON output.
  • Export data to formats like CSV.
  • Pay-per-use pricing model.

How to Use

Configure the actor run using the input schema. The core required fields are price_type and symbols.

Input Schema

Field Type Required Description
price_type string Yes "latest" for current rate or "historical".
symbols array Yes List of currency pairs (e.g., ["USDEUR", "GBPCHF"]).
startDate string No* Start date for historical data (YYYY-MM-DD). *Required if price_type is "historical".
endDate string No* End date for historical data (YYYY-MM-DD). *Required if price_type is "historical".
interval string No Interval for historical data: "daily", "weekly", or "monthly".
order boolean No true or false (default). Sorts historical data by date if true.

Input/Output Examples

Get Latest Prices

Input:

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

Output:

[
  {
    "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"
  }
  // ... results for other symbols
]

Get Historical Prices

Input:

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

Output:

[
  {
    "symbol": "USDEUR",
    "open": "0.97688",
    "close": "0.96691",
    "high": "0.97932",
    "low": "0.96617",
    "datetime": "2025-02-02"
  }
  // ... additional monthly data points
]

Note: This tool provides market data for informational purposes. It is not financial advice, and we are not responsible for investment decisions made using this data.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Forex Rates by Finmap.io now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
finmap
Pricing
Paid
Total Runs
390
Active Users
8
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support