cutemarkets-cookbook is a jobs-to-be-done repository. It does not duplicate the SDKs. Instead, it organizes runnable recipes around the workflows developers actually want to solve with options data.
Quick links:
- options-chain-scanner
- historical-contract-reconstruction
- earnings-implied-move
- quote-quality-filter
- quote-coverage-audit
- earnings-event-study
TypeScript recipes now use the published cutemarkets-typescript SDK directly. The cookbook stays focused on small workflow-level tasks, while the SDK remains the right place for typed production integrations.
- Pick the workflow you need.
- Read the recipe README for prerequisites and expected output.
- Copy the script into your own project or keep it as a starting point.
- Follow the linked docs page when you need endpoint-level detail.
The cookbook is meant to deliver value first. If you need fuller typing, pagination helpers, or more endpoints, move from the recipe to the SDK repo rather than rebuilding the API surface yourself.
npm testchecks the TypeScript recipes withtscand the Python recipes with a syntax/import harness.- recipes.manifest.json is the machine-readable recipe index for future automation.