# Bank of Japan (BOJ) Official Announcements RSS Feed

> Bank of Japan (BOJ) Official Announcements RSS Feed is a paid API for AI agents from oracle-network-jp-data.fly.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches the latest Bank of Japan official announcements including monetary policy decisions, market operations, and statistical releases as an RSS feed in Japanese.

## Facts

- Endpoint: GET https://oracle-network-jp-data.fly.dev/v1/jp/boj/news
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-e41fbfb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TWKVhrfw0fTp_HZZ4x11R

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oracle-network-jp-data-fly-dev-e41fbfb9
```

Example prompt: Can you pull the latest official announcements from the Bank of Japan — I want to see any new monetary policy decisions, market operation notices, or statistical releases they've put out recently.

## When to prefer this

Use this endpoint when you need authoritative, official announcements directly from the Bank of Japan — particularly for monetary policy decisions, interest rate changes, market operation schedules, or official statistical releases. Prefer this over general news APIs when you need the primary source in Japanese. Best suited for finance agents, macroeconomic monitoring workflows, or compliance tools tracking central bank communications.

## Known failure modes

- Upstream BOJ RSS feed unavailable — empty or error response
- Stale data if BOJ hasn't published in recent cycle (up to 2 hours old)
- Payment required error (402) if x402 USDC payment not included
- Japanese-language content may require translation for non-Japanese consumers
- Feed may return empty items array during off-hours with no new releases

## How this service works

Bank of Japan (BOJ) official announcements RSS feed. Includes monetary policy, market operations, and statistical releases. Japanese-language. Refreshed every 2 hours.

## Output

Returns an array of RSS feed items from the Bank of Japan, each containing a payload with type 'rss' and an items array of announcements, along with a collected_at timestamp indicating when the data was gathered. Feed is refreshed every 2 hours and content is in Japanese.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "payload": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "rss"
         },
         "items": {
          "type": "array"
         }
        }
       },
       "collected_at": {
        "type": "string",
        "format": "date-time"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-e41fbfb9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle-network-jp-data.fly.dev](https://www.zero.xyz/host/oracle-network-jp-data.fly.dev/llms.txt)
