Finanzen: Get Historical Prices
Finanzen via Parse · Finance
Fetch historical price data for an asset over a specified date range. Returns daily OHLCV data (open, high, low, close, volume) for each trading day. If no date range is provided, defaults to the last 30 days. Dates use DD.MM.YYYY format. The asset is resolved by name, ISIN, or WKN. Provides endpoints to retrieve index components, current asset prices, and historical price data from finanzen.net. Fulfilled by Parse from finanzen.net.
- crypto-web3
- finance
- finanzen
- finanzen-net
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/883a46ba-7440-45e2-ad4b-7375cd27d9e5/get_historical_prices
- Interface artifact
- sha256:e25d770ad531acde73af3eb8dfa28454efdd5218d577d5cd6fa093ccd1a22e45
- Manifest digest
- sha256:f54887c1929261ac0019147575df29e25ea8fd8d18d1fea28fe6747a93bdd721
Request fields
- query (string, required): Asset name, ISIN, or WKN (e.g., 'Apple', 'US0378331005').
- end_date (string): End date in DD.MM.YYYY format (e.g., '15.04.2026').
- start_date (string): Start date in DD.MM.YYYY format (e.g., '01.04.2026').
Example queries
- {"query":"Apple","end_date":"10.06.2026","start_date":"11.05.2026"}