Time Series History
series_historyReturns the accumulated history of public data series with change statistics and a source receipt for every point.
Currently ingesting the Turkish Central Bank daily FX bulletin (tcmb.usd, tcmb.eur, …), normalised to one unit so JPY-style 100-unit quotes stop biting. Leave seriesId empty to list the catalogue. fillGaps carries the last value across weekends and holidays; includeEvidence attaches the source URL and content hash for every point, so a value can still be defended years later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (inclusive). | |
| from | No | Start date (inclusive). | |
| limit | No | ||
| fillGaps | No | ||
| seriesId | No | Series id, e.g. `tcmb.usd`. Omit to list the catalogue. | |
| includeEvidence | No | Include source URL and content excerpt for each point. |