| name | alternative-me-api |
| description | Use when tasks need the Alternative.me Fear & Greed Index API (free/no-key) for sentiment sections in daily CEX reports. |
Alternative.me API
Use this skill for Fear & Greed Index pulls.
When to use
- The task needs sentiment index values from Alternative.me.
- You need a free, no-key sentiment feed for daily/monthly reports.
Quick start
python3 scripts/alternative_me_get.py fng --param limit=30 --pretty
Workflow
- Call base URL
https://api.alternative.me.
- Pull
/fng/ with required window.
- Convert timestamp to report timezone.
- Keep fallback note if endpoint is unavailable.
References