quan-api

FREEMIUM
By kacem bouden | Updated a month ago | Data
Popularity

0.3 / 10

Latency

128ms

Service Level

0%

Health Check

N/A

README

Quant API

Quant API is a powerful financial data API that provides historical and real-time information for over 1400 items, including currency pairs, indices, metals, commodities, and cryptocurrencies. This API is designed for Python developers, offering seamless integration and a user-friendly experience.

Endpoints

1. OHLC Data

Endpoint:

/api/ohlc/<symbol>/<timeframe>

Parameters:

  • symbol: The financial item symbol.
  • timeframe: The desired timeframe for OHLC data.

Query Parameters:

  • last: (Optional) Number of last data points to retrieve.
  • since: (Optional) Start date and time for historical data (YYYY-MM-DD-HH).
  • to: (Optional) End date and time for historical data (YYYY-MM-DD-HH).

Example Usage:

  • Retrieve last 100 data points: /api/ohlc/BTCUSD/H1?last=100
  • Retrieve data from specific date range: /api/ohlc/EURUSD/D1?since=2023-01-01-00&to=2024-01-01-00

2. Tick Data

Endpoint:

/api/tick/<symbol>

Parameters:

  • symbol: The financial item symbol.

Query Parameters:

  • last: (Optional) Number of last tick data points to retrieve.
  • since: (Optional) Start date and time for historical data (YYYY-MM-DD-HH).
  • to: (Optional) End date and time for historical data (YYYY-MM-DD-HH).

Usage

To use Quant API, make requests to the specified endpoints with the required parameters.

Feel free to explore and integrate Quant API into your applications, trading algorithms, or financial research projects.

Getting Started

  • Make requests to the provided endpoints to access the financial data.

Get started with Quant API and enhance your financial insights today!


Followers: 1
API Creator:
Rapid account: Kacem Bouden
kacem bouden
kacembouden
Log In to Rate API
Rating: 5 - Votes: 1