Crypto Prices by Finmap.io
by finmap
Get accurate current & historical crypto prices from finmap.io. A low-cost, reliable data feed for developers building apps, dashboards, or analysis tools.
Opens on Apify.com
About Crypto Prices by Finmap.io
Need reliable, up-to-the-minute crypto prices without the premium price tag? This actor pulls accurate current and historical cryptocurrency pair data directly from the finmap.io API. It’s the straightforward, cost-effective solution I use when I need clean financial data for my projects. You get the core data points you’re actually looking for: the latest trading price and historical charts. It neatly organizes historical data into daily, weekly, and monthly intervals, which is perfect for building dashboards, running backtests, or feeding analysis scripts. I’ve found it especially handy for automating reports or populating a database with consistent pricing trends over time. The main draw for me is the commitment to accuracy straight from the source and the low cost. It just works, delivering the numbers without fuss. Whether you're a developer building a fintech app, a researcher tracking market movements, or just need a dependable data feed, this actor handles the heavy lifting. If you ever run into questions, their team is responsive and ready to help.
What does this actor do?
Crypto Prices 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
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Crypto Prices by Finmap.io
An Apify actor that fetches current and historical cryptocurrency price data. It's designed for developers, analysts, or automated systems needing reliable market data on demand. You pay per row of results at a rate of $0.0005.
Key Features
- Latest & Historical Data: Get the current price or historical data for a specified date range.
- Flexible Intervals: For historical data, choose
daily,weekly, ormonthlyintervals. - Multiple Pairs: Supports major trading pairs like
BTCUSDT,ETHUSDT, andSOLBTC. - Structured Output: Returns clean JSON with open, close, high, low, volume, and timestamp.
- Cost-Effective: Pay only for the data rows you receive.
How to Use
Configure the actor run with an input object specifying the type of data you need.
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
price_type |
string | Yes | "latest" for current price or "historical". |
symbols |
array | Yes | List of trading pairs (e.g., ["BTCUSDT", "ETHUSDT"]). |
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 | For historical data: "daily", "weekly", or "monthly". |
order |
boolean | No | For historical data. true for ascending date order, false (default) for descending. |
Input/Output Examples
Fetch Latest Prices
Input:
{
"price_type": "latest",
"symbols": ["ETHUSDT", "XRPUSDT", "SOLBTC"]
}
Output (example):
[
{
"symbol": "ETHUSDT",
"open": 4501.3,
"close": 4507.37,
"high": 4557.67,
"low": 4464,
"volume": 132551.5855,
"datetime": "2025-09-17 09:41:18+00:00"
}
// ... more symbols
]
Fetch Historical Prices
Input:
{
"price_type": "historical",
"symbols": ["ETHUSDT"],
"startDate": "2025-01-01",
"endDate": "2025-04-01",
"interval": "monthly"
}
Output (example):
[
{
"symbol": "ETHUSDT",
"open": 3337.78,
"close": 3360.38,
"high": 3374.85,
"low": 3313.88,
"volume": 190238.5861,
"datetime": "2025-01-01"
}
// ... more monthly data points
]
Terms
This tool provides market data for informational purposes. It is not financial advice. We are not responsible for investment decisions or losses resulting from data inaccuracies or market fluctuations.
Categories
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 Crypto Prices by Finmap.io now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- finmap
- Pricing
- Paid
- Total Runs
- 674
- Active Users
- 6
Related Actors
Similarweb scraper
by curious_coder
Google Ads Scraper
by silva95gustavo
Cheap Google Search Results Scraper
by tuningsearch
G2 Explorer
by jupri
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support