Getting Started | Tardis.dev Documentation

Getting Started

Overview of the main ways Tardis.dev historical market data can be accessed programmatically

  • Python client providing convenient access to tick-level historical market data

    • efficient data replay API returning historical market data for whole time periods (in contrast to Tardis.dev HTTP API where single call returns data for single minute time period)

  • Node.js client providing convenient access to tick-level historical and real-time market data

    • efficient data replay API returning historical market data for whole time periods (in contrast to Tardis.dev HTTP API, where a single call returns data for a single minute time period)

  • HTTP API providing historical market data feed in minute by minute slices

    • Each API response returned as NDJSON (new line delimited JSON) with addition of local timestamp at the beginning of each line

  • C++, Java, Rust, C#, Go and R clients - we have plans for adding dedicated clients for those languages, meanwhile following alternatives are available:

    We're always happy to help if you have any problems with the integration, contact usarrow-up-right.