Datanalyser Market Data API

Welcome to the private data node for datanalyser.ir. Access is restricted via Bearer Token authentication.

Authentication

All requests must include the following header:

Authorization: Bearer YOUR_SECRET_TOKEN

GET Retrieve Data

https://data.datanalyser.ir/api.php

Parameters:

POST Store Data

https://data.datanalyser.ir/api.php

Payload Example:

{
  "symbol": "GOLD",
  "interval": "DAILY",
  "data": [
    { "date": "2023-10-27", "value": 1985.50 },
    { "date": "2023-10-26", "value": 1980.20 }
  ]
}

© 2026 Datanalyser.ir - Private API