Skip to main content

Download MCX India commodity market data as pandas DataFrames — spot prices (recent + archive), futures & options bhavcopy (FUTCOM, FUTIDX, OPTCOM, OPTFUT, OPTIDX). Works on AWS Lambda.

Project description

mcx-data

MCX India

Download MCX India commodity spot market data as pandas DataFrames.
28 commodities — GOLD, SILVER, CRUDEOIL, NATURALGAS and more.
Works on AWS Lambda via Chrome TLS impersonation (bypasses Akamai WAF).

PyPI version Python 3.9+ License: MIT

Download MCX India commodity spot market data as pandas DataFrames. Works from AWS Lambda and any cloud environment.

Full Documentation → NikhilSuthar.github.io/indian-market-data/mcx-spot

Part of the indian-market-data monorepo — also see nse-archives.

pip install mcx-data

Quick Start

from mcxdata import mcx

# Today's spot prices — all 28 commodities
df = mcx.get_spot_recent()

# Single commodity
df = mcx.get_spot_recent(commodity="GOLD")

# Historical (requires specific commodity)
df = mcx.get_spot_archive("2026-05-01", "2026-05-22", commodity="GOLD")
df = mcx.get_spot_archive("2026-05-01", "2026-05-22", commodity="SILVER")

# Download to S3
mcx.download("spot", "market", "spot_recent",
             s3_bucket="my-bucket", s3_prefix="raw/mcx/")

# Available commodities (28)
mcx.list_commodities()

Datasets

Dataset Description Date Param
spot_recent Today's spot prices — all 28 commodities None
spot_archive Historical spot prices by commodity + date range from_date, to_date

Available Commodities (28)

ALUMINI, ALUMINIUM, CARDAMOM, COPPER, COTTON, COTTONOIL, CPO, CRUDEOIL, CRUDEOILM, ELECDMBL, GOLD, GOLDGUINEA, GOLDM, GOLDPETAL, GOLDTEN, KAPAS, LEAD, LEADMINI, MENTHAOIL, NATGASMINI, NATURALGAS, NICKEL, SILVER, SILVERM, SILVERMIC, STEELREBAR, ZINC, ZINCMINI

Notes

  • MCX archive requires a specific commodity"ALL" returns empty (MCX API limitation)
  • Uses curl-cffi Chrome TLS impersonation to bypass MCX Akamai WAF
  • Lambda IPs are generally unblocked — works reliably on AWS

Polars output (optional)

By default every function returns a pandas DataFrame. To get polars DataFrames instead, install the extra and set one environment variable before importing — no code changes needed:

pip install mcx-data[polars]
import os
os.environ["IMD_DATAFRAME"] = "polars"   # set before importing mcxdata

from mcxdata import mcx
df = mcx.get_spot_recent()
type(df)   # polars.DataFrame

All internal logic stays in pandas; conversion happens only at the final return step. Leave IMD_DATAFRAME unset (or =pandas) for the default pandas output.

License

MIT — data from MCX India.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcx_data-1.2.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcx_data-1.2.0-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file mcx_data-1.2.0.tar.gz.

File metadata

  • Download URL: mcx_data-1.2.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcx_data-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3d1453de5883009cf10b72fed46f0a890396300ce397638782ba6686936f9289
MD5 d3022c7dfdefd509e522fe5bab021f7d
BLAKE2b-256 2752ec830b3466b4dc26e079261e021e06999e1eeed7910ad075861c0a3fd547

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcx_data-1.2.0.tar.gz:

Publisher: publish-mcx.yml on NikhilSuthar/indian-market-data

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcx_data-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: mcx_data-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcx_data-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b6c1dc6cde51bf80c737330097c2650fdb769c7093fcb9ff3118d6a9df54526d
MD5 6277a3ba6e1843cf39ebd17942da4ac1
BLAKE2b-256 f2a97543ad22008e27c1fef5356000fb2130939d56a81b3b26d7dbe4252b40f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcx_data-1.2.0-py3-none-any.whl:

Publisher: publish-mcx.yml on NikhilSuthar/indian-market-data

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page