mirrored listing x402 eip155:8453

Market-wide dividend calendar (no ticker needed)

Market-wide dividend calendar (no ticker needed). Per row: ticker, ex-dividend / record / pay / declaration dates, cash amount per share, currency, type, payments-per-year `frequency` + `frequency_label` (quarterly, monthly, weekly, one-time), and computed `annualized_amount`. Upcoming payments first. Filter `?from=`/`?to=` on ex-date, `?ticker=`, `?frequency=`, `?order=`, `?limit=`.

Do you run x402stock.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated

Provider

x402stock.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "limit": 50,
          "order": "asc"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-07-30T14:00:00.000Z",
          "count": 2,
          "dividends": [
            {
              "annualized_amount": 0.8916,
              "cash_amount": 0.0743,
              "currency": "USD",
              "declaration_date": "2026-04-24",
              "dividend_type": "CD",
              "ex_dividend_date": "2026-07-30",
              "frequency": 12,
              "frequency_label": "monthly",
              "pay_date": "2026-07-31",
              "record_date": "2026-07-30",
              "ticker": "AMAX"
            },
            {
              "annualized_amount": 1.08,
              "cash_amount": 0.27,
              "currency": "USD",
              "declaration_date": "2026-07-30",
              "dividend_type": "CD",
              "ex_dividend_date": "2026-08-10",
              "frequency": 4,
              "frequency_label": "quarterly",
              "pay_date": "2026-08-13",
              "record_date": "2026-08-10",
              "ticker": "AAPL"
            }
          ],
          "source": "x402stock"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "frequency": {
                  "maximum": 52,
                  "minimum": 0,
                  "type": "integer"
                },
                "from": {
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "type": "string"
                },
                "limit": {
                  "default": 50,
                  "exclusiveMinimum": 0,
                  "maximum": 1000,
                  "type": "integer"
                },
                "order": {
                  "default": "asc",
                  "enum": [
                    "asc",
                    "desc"
                  ],
                  "type": "string"
                },
                "ticker": {
                  "maxLength": 16,
                  "type": "string"
                },
                "to": {
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "type": "string"
                }
              },
              "required": [
                "order",
                "limit"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "as_of": {
                  "type": "string"
                },
                "count": {
                  "type": "number"
                },
                "dividends": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "annualized_amount": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "cash_amount": {
                        "type": "number"
                      },
                      "currency": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "declaration_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "dividend_type": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "ex_dividend_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "frequency": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "frequency_label": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "pay_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "record_date": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "ticker": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "ticker",
                      "ex_dividend_date",
                      "pay_date",
                      "record_date",
                      "declaration_date",
                      "cash_amount",
                      "currency",
                      "dividend_type",
                      "frequency",
                      "frequency_label",
                      "annualized_amount"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "source": {
                  "const": "x402stock",
                  "type": "string"
                }
              },
              "required": [
                "source",
                "as_of",
                "count",
                "dividends"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402stock.xyz/api/v1/dividend-calendar"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402stock.xyz/api/v1/dividend-calendar");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402stock.xyz/api/v1/dividend-calendar")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5302.json, and this resource appears in /discovery/resources and /discovery/search.