Point-in-time sentiment history
get_sentiment_historyRetrieve point-in-time news sentiment series for backtesting, with no lookahead bias. Buckets are clamped to your plan and 90-day window; reconstructed buckets are from archival news.
Instructions
Point-in-time sentiment series for backtesting: bucket is the as-of time, no lookahead. from/to are clamped to your plan window (and 90 days per request) and echoed back — check them. reconstructed: true buckets were rebuilt from archival news, not live-collected; disclose the mix in any backtest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Range end, ISO 8601 | |
| from | Yes | Range start, ISO 8601, e.g. 2026-06-27T00:00:00Z | |
| symbol | Yes | One Shingou symbol, e.g. BTC-USD | |
| interval | No | Bucket size (default 1h) |