Calculate trading and settlement dates across exchanges without external API calls.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "marketcal" yet — see the docs or source repo.
Using the specified exchange calendar rules, calculate the next settlement date for a trade on 2025-01-30 and note whether any non-trading days are crossed.
Returns the correct settlement date for the exchange and indicates whether non-trading days were crossed.
Check whether 2025-07-04 is a trading day for a given exchange; if not, provide the next nearest trading day.
Outputs whether the date is tradable and provides the next available trading day.
Using the same exchange rules, calculate settlement dates for this batch of trade dates and format the results as a table: 2025-02-12, 2025-02-13, 2025-02-14.
Returns per-date settlement results in a table suitable for further analysis or export.
Developers or analysts can use it to calculate accurate settlement dates under different exchange rules and avoid manual errors in securities workflows.
When a system supports multiple exchanges, it can determine whether a date is a trading day and drive downstream processing logic.
In scenarios where external market or calendar APIs are undesirable, it can calculate trading and settlement dates directly and reduce external dependencies.
It calculates correct trading days and settlement dates for multiple exchanges. Given a date and exchange rules, it helps determine trading days and derive settlement dates.
Based on the provided description, it does not require external API calls. That makes it suitable for scenarios sensitive to external dependencies.
The available material only says it supports multiple exchanges, but does not list them or provide installation steps. See the source repository for details.
Calculate date differences and derive past or future dates quickly.
Calculate ISDA day counts and accrued interest with QuantLib-verified accuracy.
Calculate business days accurately using holidays and country-specific weekend rules.
Calculate date differences and derive past or future dates intelligently.
Estimate policy-term settlement, coverage limits, and deductibles for claims processing.
Get prediction market reference data for resolution clarity, links, and provenance.