Circulars
POST /mx/banxico/circulars/v1
year (echo of the filter, null when listing every year), circulars,
and pagination.
One row per index entry, so a circular that amends several base circulars
appears once per base.
One circular
POST /mx/banxico/circular/v1
found, number, and circular, which carries title, subject,
abrogated, obligated_subjects (who it binds), compiled_pdf_url (current
consolidated text, all modifications applied), original_pdf_url and
original_dof_date (as first published), comparison_pdf_url (a consolidated
comparison of every modification, when offered), abrogated_by (the abrogating
instrument, or null while in force), official_url, and modifications: each
amending circular with its circular_number, dof_date, pdf_url, and
description.
Amendment circulars have no record of their own. Looking one up returns the
amended base circular: the top-level
number echoes what you asked for,
circular.number is the base circular’s own number, and the requested número
appears in its modifications list. When no entry with that number has a
record at all, the lookup returns found: false.Full reference
Schemas, response fields, and an interactive playground.