Frequently Asked Questions

Answers about our REST API, WebSocket feeds, documentation, and subscription plans.

What does the API include?

The public API catalog (see interactive docs at /api/v1/docs/) currently includes:

  • 158 REST endpoints across 20 categories
  • Stocks, crypto, forex, and commodities market data
  • Fundamentals, earnings, news, economic indicators, and SEC filings
  • Technical indicators (SMA, EMA, RSI, MACD), reference data, and corporate actions
  • WebSocket: Pro — delayed US stock OHLCV; Premium — push quote, trade-price, and OHLCV updates (11 feeds for stocks, crypto, and forex)

How do I get API access?

Sign up at financialdata.online, pick a plan on the pricing page, and open your profile to copy your API token. Use the token as Authorization: Bearer on requests to https://api.financialdata.online/api/v1/. Browse and test endpoints in the interactive documentation at /api/v1/docs/ (also linked from the site menu as API Docs).

What markets and data do you cover?

REST coverage is organized in the docs under these 20 categories:

  • Stocks (17)
  • Crypto (4)
  • Forex (3)
  • Commodities (5)
  • ETF (6)
  • Technical Indicators (1)
  • Fundamentals (27)
  • Analysts (8)
  • Earnings (4)
  • News (7)
  • Economic Data (4)
  • Institutional (11)
  • Corporate Actions (6)
  • Market Performance (4)
  • Reference (22)
  • SEC Filings (4)
  • Bulk (10)
  • ESG (3)
  • Government (6)
  • Funds (6)

WebSocket on Pro covers ~15-minute delayed US stock OHLCV (A/AM feeds). Premium adds push updates for trade prices, quotes, and OHLCV for stocks, crypto, and forex—see /api/v1/docs/ under the WebSocket tab.

What is your pricing model?

Subscription plans with clear daily API limits: Basic ($39/month) — 10,000 requests/day; Pro ($79/month) — 50,000 requests/day, 30 years of historical depth, delayed WebSocket OHLCV for US stocks; Premium ($199/month) — unlimited daily requests and WebSocket push updates. Prices are shown on the homepage pricing section; yearly billing includes a discount.

What data formats do you support?

REST responses are JSON. WebSocket messages use compact short-form field maps (documented per feed in /api/v1/docs/).

Are there any rate limits?

Yes. Daily limits depend on your plan (10,000 / 50,000 / unlimited). Responses include X-RateLimit headers. Inactive or expired subscriptions may receive HTTP 429 until you renew. Checkout and API documentation paths are exempt from limits so you can subscribe and explore docs.

How real-time is your data?

REST endpoints provide snapshots, quotes, and aggregates suitable for dashboards and research. Pro subscribers can receive delayed US stock OHLCV over WebSocket; Premium subscribers get push updates (11 feeds) for quotes, trade prices, and OHLCV across stocks, crypto, and forex.

How secure is your API?

All traffic uses HTTPS. Authenticate with per-user API tokens (Bearer). Tokens can be rotated from your profile. We apply rate limiting and standard production security practices; do not share tokens or commit them to public repositories.

What kind of support do you offer?

Interactive API reference at /api/v1/docs/ (REST and WebSocket), category landing pages under API Endpoints, and email support at [email protected].

What can I build with your API?

Our API is used for:

  • • Portfolio trackers and market dashboards
  • • Data-driven applications and alerting systems (especially with WebSocket on Premium)
  • • Fundamental and earnings research tools
  • • Backtesting and quantitative analysis
  • • Fintech apps needing multi-asset quotes and reference data

Still have questions?

Explore the docs or create an account to get your API token.