v0.1.1 — Today Full Bundle endpoint snapshot
Snapshot-refresh release. No script, manifest, or interface changes — this release synchronizes the bundled references/* docs with the FinNotes platform contract dated 2026-06-24, which now ships the new GET /v1/news/today/full bundled endpoint.
What changed
references/api-platform-contract.md— new §10.4 "Today Full Bundle" + §5.2 pricing row.references/platform-guide-for-ai.md— new §3.1 "One-shot variant" explaining when to use the bundle vs the 2-step (list + detail) flow.references/platform-for-ai-index.md— synced.
How agents call it
python scripts/finnotes_request.py GET "/news/today/full"Optional type filter (comma-separated, kebab-case):
python scripts/finnotes_request.py GET "/news/today/full?type=market-news,chart-news"Pricing is the sum of the detail-endpoint costs for what is returned: 1.00 × N(market-news) + 1.25 × N(chart-news) + 5.50 × N(column-article). Empty days charge 0 pt. The endpoint hard-caps at 100 articles and returns 422 too_many_articles (no charge) above that — treat it as a "something upstream is off" signal, not a paging hint.
Upgrading from v0.1.0
cd ~/.<runtime>/skills/finnotes-api
git pullOr re-download the release ZIP and extract over your existing install. No credential file, profile file, or script CLI flag changes — your existing key works as-is.
Live docs
For the freshest copy of any references/* snapshot, fetch https://platform.finnotes.com/docs/for-ai/.