# CityFALCON Financial API - Insider Transactions

> CityFALCON Financial API - Insider Transactions is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Retrieves insider transaction data (e.g. corporate insiders buying/selling shares) for financial analysis

## Facts

- Endpoint: GET https://gateway.apiosk.com/cityfalcon-financial-api/insider_transactions
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cityfalcon-financial-api-insider-transactions-c3883939
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ez7bsTCYCikoUIYZf-0en

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 cityfalcon-financial-api-insider-transactions-c3883939
```

Example prompt: Pull the latest insider transactions for Tesla — I want to see if any executives or directors have been buying or selling shares recently.

## When to prefer this

Use this endpoint when you need structured insider transaction data from CityFALCON specifically, particularly in an agent workflow that already uses the gateway.apiosk.com ecosystem with x402 micropayment support. Prefer this over scraping SEC filings or using other financial data providers when you need quick, per-call access without a subscription commitment.

## Known failure modes

- Missing or invalid ticker symbol returns an error or empty result
- Malformed input object causes 400-level error
- No insider transactions found for a given company in the requested period
- API gateway timeout or 5xx error if upstream CityFALCON service is unavailable
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Retrieves insider transactions

## Output

Returns a list of insider transaction records including details such as insider names, roles, transaction types (buy/sell), share quantities, transaction dates, and price information for the queried company or ticker.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cityfalcon-financial-api-insider-transactions-c3883939/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
