Strategy Backtester
Historical market data

Download historical market data

Select a symbol, timeframe, and date range to purchase and download historical OHLC market data. Data is paid — pricing scales with the date range you choose.

Symbol

Search by symbol, company name or exchange.

Timeframe

Source data is 1-minute candles, aggregated in your browser to the timeframe you pick.

Date range

Select a symbol first.

Pricing

Price scales smoothly with the selected duration — ₹10 for 1 month up to ₹449 for 5 years.

Symbol
Timeframe
1 Minute
Duration
Total price

This is a client-side application: the price and checkout below run entirely in your browser, with no server to enforce them. See “Security & limitations” at the bottom of the page.

Security & limitations

This page runs entirely in your browser: there is no backend, no database and no server-side payment verification. That has two consequences worth knowing before you buy:

  • Payment is not cryptographically verified. Razorpay Checkout runs client-side only. After checkout, this app receives a payment ID from your browser and treats that as “checkout completed” — not as a verified charge. Secure verification requires a server that creates the order and checks Razorpay’s signature with a secret key, which this app deliberately does not have.
  • The underlying data file is not access-controlled. Because this is a static, client-side app, the OHLC data bundled for each symbol is a plain file served to every visitor and can be found by inspecting network requests, regardless of payment. The purchase flow controls the normal path through the UI, not access to the file itself.

If you need either guarantee for production use, both require adding a server component (order creation and signature verification for payments; authenticated, per-purchase file access for data) which is outside this page’s fully client-side design.