Welcome to the private data node for datanalyser.ir. Access is restricted via Bearer Token authentication.
All requests must include the following header:
Authorization: Bearer YOUR_SECRET_TOKEN
https://data.datanalyser.ir/api.php
Parameters:
symbol: (Required) e.g., GOLD, EUR, GBPinterval: DAILY, WEEKLY, or MONTHLYspan: Number of records to return (default: 1000)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