Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

sep parameter

Benjamin Diolez edited this page May 5, 2026 · 1 revision

Data API / REST API / Response structure parameters rest / “sep” parameter

The “sep” parameter allows you to specify in advance the type of decimal separator. This allows for easier insertion in Excel. By default, if this parameter is not specified, you will have “dot” as your separator value.

Example:
Comma decimal separator: &sep=comma: 2,15
Full-stop decimal separator: &sep=dot: 2.15

Note:
The “sep” parameter is not compatible with the JSON output format.

Last update: 09/08/2017

Wiki contents

Clone this wiki locally