package fxmacrodata

  1. Overview
  2. Docs
OCaml client for the FXMacroData forex and macroeconomic data API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
sha256=d9e7ddffc396a90ed7888853f501ae86241f794b311b9cce73f7e40897867232
sha512=239fbf711b71566fb4f75f0d99e072f3ecca5eeea80efecdefffd1722bd033109d401f10689cea4d73302da1585ad7cc9ef326c8b4d297c814640d2d9bbcd8d0

doc/CHANGES.html

0.1.0 (2026-08-28)

  • Initial release.
  • Lwt-based client with X-API-Key header or api_key query authentication and key resolution from FXMACRODATA_API_KEY / FXMD_API_KEY.
  • Typed endpoint functions: ping, data_catalogue, release_calendar, macro_indicator, forex, cot, commodity.
  • Generic get_json / get_data access to any endpoint of the public API.