Metadata-Version: 2.4
Name: mostlyrightmd-markets
Version: 4.0.0
Summary: Prediction-market data for Python — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history. For quant research and ML training pipelines. Imports as `mostlyright.markets`.
Project-URL: Homepage, https://mostlyright.md
Project-URL: Documentation, https://mostlyright.md/docs/sdk/
Project-URL: Repository, https://github.com/mostlyrightmd/mostlyright-sdk
Project-URL: Issues, https://github.com/mostlyrightmd/mostlyright-sdk/issues
Project-URL: Changelog, https://github.com/mostlyrightmd/mostlyright-sdk/blob/main/CHANGELOG.md
Author-email: Robert Tarabcak <tarabcakr@gmail.com>
License-Expression: MIT
Keywords: backtesting,binary-options,event-trading,kalshi,kalshi-nhigh,kalshi-nlow,market-data,ml-training-data,polymarket,prediction-markets,quant-research,settlement,trades,weather-contracts
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: jsonschema>=4.21
Requires-Dist: mostlyrightmd-core<4.1.0,>=4.0.0
Requires-Dist: mostlyrightmd-economy<4.1.0,>=4.0.0
Provides-Extra: polars
Requires-Dist: narwhals<2.0,>=1.20; extra == 'polars'
Requires-Dist: pandas<4.0,>=2.2; extra == 'polars'
Requires-Dist: polars<2.0,>=1.0; extra == 'polars'
Requires-Dist: pyarrow<24.0,>=17.0; extra == 'polars'
Provides-Extra: polymarket
Requires-Dist: mostlyrightmd-weather<4.1.0,>=4.0.0; extra == 'polymarket'
Requires-Dist: pandas<4.0,>=2.2; extra == 'polymarket'
Provides-Extra: trades
Requires-Dist: filelock<4,>=3.20; extra == 'trades'
Requires-Dist: pandas<4.0,>=2.2; extra == 'trades'
Requires-Dist: pyarrow<24.0,>=17.0; extra == 'trades'
Description-Content-Type: text/markdown

# mostlyrightmd-markets

Prediction-market data for the `mostlyright` Python SDK — Kalshi NHIGH/NLOW weather-contract resolvers, Polymarket discovery + settlement, and Kalshi + Polymarket trade history — for quants, research, and ML training pipelines. The venues are fetched directly and need no venue account; the venue addresses resolve through the hosted manifest catalog, which requires `MOSTLYRIGHT_API_KEY` (subscriptions at <https://app.mostlyright.md>).

## Install

```bash
pip install mostlyrightmd-markets       # brings mostlyrightmd transitively
```

## Docs

See <https://mostlyright.md/docs/sdk/> for quickstart and the full API reference.
