thevil/ravandro-api

Get The latest Records of Tehran Stock Exchange

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thevil/ravandro-api

dev-master 2023-06-02 23:01 UTC

This package is auto-updated.

Last update: 2025-12-31 00:22:09 UTC


README

Official Ravandro API wrapper

• Installation

Latest version: 1.0.0

composer require thevil/ravandro-api

• Ravandro API Documentation

For complete API documentation, up-to-date parameters, responses and errors, please refer to Ravandro API Document .

• Quick Start Example

//1. Create Ravandro Client
$client = \Thevil\RavandroApi\RavandroClient("YOUR_TOKEN");
$client->getSymbolList();