ドキュメント/はじめに/認証
はじめに

Authentication.

すべてのリクエストで、AuthorizationヘッダーにAPIキーをBearerトークンとして含めてください。

API keys

Generate a key from the dashboard. Every key has the form ax_live_ followed by 32 hex characters (128-bit entropy). Keys bill against your plan, count toward rate limits, and can trigger webhooks. Treat them as secrets and rotate them from the dashboard.

!
Treat keys as secrets.

Keys are shown once at creation. Store them server-side; never ship a live key in client code. Rotate from the dashboard if exposed.

プラン別アクセス:

無料プランは基本的な財務データをカバー。株主構造・シグナル・一括エクスポートは有料プランが必要です。

プランレート制限エンドポイント
Free1,000/day · 2/sec企業検索、財務データ、比率、開示書類、セクター
Developer10,000/day · 5/sec+スクリーニング、ランキング、比較、時系列、成長率、翻訳、大量保有、取締役・議決権、決算
InstitutionalCustom+保有推移、シグナル、関係会社・関係グラフ、監査バンドル、資本配分、一括エクスポート

Per-second and daily budgets are reported on every response via the X-RateLimit-* headers, see Rate limits.