Market Data API
RESTful end-of-day market data for equities, futures, fundamentals, news, and macro indicators. One normalized schema across every dataset.
curl "https://findata.mdonaj.com/v1/quote?symbol=AAPL"
GET /v1/quote?symbol=AAPL | Latest EOD quote |
GET /v1/history?symbol=AAPL | Daily OHLCV history |
GET /v1/profile?symbol=AAPL | Company profile |
GET /v1/fundamentals?symbol=AAPL | Ratios and key metrics |
GET /v1/search?query=apple | Symbol search |
GET /v1/ratings?symbol=AAPL | Analyst ratings |
GET /v1/earnings?symbol=AAPL | Earnings calendar |
GET /v1/etf/holdings?symbol=SPY | ETF holdings |
GET /v1/news?symbol=AAPL | News summaries |
GET /v1/macro/calendar | Economic calendar |
GET /v1/futures/pricing?symbol=ES | Futures settlements (Professional) |
Futures pricing requires an active Professional subscription session.
● All systems operational