Ls Tc: Get Price History
Ls Tc via Parse · Finance
Retrieve historical or intraday price data for a specific instrument. Returns time series as arrays of [timestamp_ms, price] pairs. The 'history' series covers full available history; 'intraday' covers the current trading day. API for retrieving live and historical stock data from Lang & Schwarz TradeCenter (ls-tc.de). Supports instrument search, quotes, price history, and market overview. Fulfilled by Parse from ls-tc.de.
- crypto-web3
- ecommerce
- finance
- ls-tc
- ls-tc-de
- 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/6b78ed07-1097-42d2-b017-7ae30a6662ed/get_price_history
- Interface artifact
- sha256:30c84717b24de7ce66de31dfe3e8cebfa6db744390c4b33fb3103d5edd8955fb
- Manifest digest
- sha256:597ffbf52df3259854969fe2e399b69713afb805478a0ceaea134d1a96a5f52a
Request fields
- series (string): Type of price data to retrieve: 'history', 'intraday', or 'intraday,history'.: Allowed values: history, intraday, intraday,history
- instrument_id (string, required): Internal instrument ID from search_instruments results (e.g. '34313').
Example queries
- {"series":"history","instrument_id":"34313"}