get_ohlcv
Retrieve historical OHLCV bars for any BRVM ticker from a public CSV archive. Use this for research analysis without trade execution.
Instructions
Get historical OHLCV bars for a BRVM ticker from the Fredysessie/brvm-data-public GitHub CSV archive. Research-only; not a broker feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive end date YYYY-MM-DD | |
| from | No | Inclusive start date YYYY-MM-DD | |
| limit | No | Max bars to return from the end of the range (default 60) | |
| period | No | Aggregation period (default daily) | |
| ticker | Yes | BRVM ticker, e.g. SNTS, ORAC, ECOC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | Yes | ||
| count | Yes | ||
| period | Yes | ||
| ticker | Yes |