
Stock Prices by Finmap.io
Pricing
Pay per event

Stock Prices by Finmap.io
Generates the accurate current price and historical prices of stocks, at a low cost. Historical intervals: Daily, weekly, and monthly. We are committed to offering accurate financial data straight from the robust finmap.io API. Contact us if you have any questions.
0.0 (0)
Pricing
Pay per event
2
3
3
Last modified
6 days ago
Stock Prices by finmap.io 📈
Retrieve the current and historical price data of stocks, 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 rate is: $0.0005/row of results.
Features
🕒 Fetch the current stock price.
📅 Fetch historical stock price data.
⚙️ Select your interval: daily
, weekly
, or monthly
.
🌎 Find stocks from 62+ countries.
🧾 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.
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.
Input Schema
Field | Type | Required | Description |
---|---|---|---|
exchange | string | ✅ | Choose between "I Don't Know" or "..." |
price_type | string | ✅ | Choose between "latest" or "historical" |
symbols | array | ✅ | Supported values: BTCUSDT , ETHUSDT |
startDate | string | ❌ | Required for historical pricing (YYYY-MM-DD ) |
endDate | string | ❌ | Required for historical pricing (YYYY-MM-DD ) |
interval | string | ❌ | One of: daily , weekly , monthly (used only for historical) |
order | boolean | ❌ | Switch: true or false (default) (used only for historical) |
Example Latest Price
Input Schema
{"symbols": ["AAPL","MSFT"],"exchange": "NASDAQ","price_type": "latest"}
Output Schema
[{"symbol": "AAPL","open": 226.875,"close": 230.03,"high": 230.45,"low": 226.65,"volume": 50208578,"datetime": "2025-09-12 06:38:27+00:00"},{"symbol": "MSFT","open": 502.25,"close": 501.01,"high": 503.17,"low": 497.88,"volume": 18881608,"datetime": "2025-09-12 06:38:28+00:00"}]
Example Historical Price
Input Schema
{"endDate": "2025-04-01","exchange": "NASDAQ","interval": "31","order": false,"price_type": "historical","startDate": "2025-01-01","symbols": ["NVDA"]}
Output Schema
[{"symbol": "NVDA","open": 136,"close": 138.31,"high": 138.88,"low": 134.63,"volume": 198247166,"datetime": "2025-01-02"},{"symbol": "NVDA","open": 114.75,"close": 116.66,"high": 118.57,"low": 113.01,"volume": 371235677,"datetime": "2025-02-03"},{"symbol": "NVDA","open": 123.51,"close": 114.06,"high": 123.7,"low": 112.28,"volume": 411381373,"datetime": "2025-03-03"},{"symbol": "NVDA","open": 108.515,"close": 110.15,"high": 110.2,"low": 106.47,"volume": 222614034,"datetime": "2025-04-01"}]