US stocks, ETFs and ADRs
Search supported US securities, retrieve identifiers and profiles, and access the latest available quote fields in USD.
US markets · Developer API
Access US stocks, ETFs, indices, historical prices and market analytics through clean REST endpoints.
curl "https://api.ngnmarket.com/v1/us/tickers?search=NVDA&limit=1" \
-H "Authorization: Bearer ngm_live_..."
{
"success": true,
"data": {
"data": [{
"symbol": "NVDA",
"name": "NVIDIA Corporation",
"last_price": 184.31,
"currency": "USD",
"quote_time": "2026-09-24T16:00:00.000Z"
}]
},
"meta": {
"market": "US",
"plan": "free",
"calls_remaining": 2999
}
}Start free with current market data. Upgrade for company profiles, historical prices and advanced analytics.
Search supported US securities, retrieve identifiers and profiles, and access the latest available quote fields in USD.
Read current index levels and unlock historical index charts with the same response conventions as stock endpoints.
Build screens for market status, holidays, snapshots, movers, trending securities, breadth, sectors and YTD performers.
Request chart history with plan-based depth: two years on Hobby, five years on Starter and full available history on Pro.
Every endpoint uses Bearer authentication, consistent success and error envelopes, explicit market metadata and a shared account quota. The plan gate is equally predictable: requests above your tier return 403 PLAN_REQUIRED.
/v1/us/tickers/v1/us/indices/v1/us/tickers/:symbol/chart/v1/us/market/movers/v1/us/market/sectors/v1/us/market/ytd-performersYou do not need a second subscription, API key or usage system for US data. The endpoint namespace changes; authentication, access tiers and monthly accounting stay consistent.
/v1/companies/v1/market/snapshot/v1/forex/current/v1/us/tickers/v1/us/indices/v1/us/market/snapshotStart on Free with 3,000 shared monthly calls and no card required.
Use the same Bearer token for US and NGX endpoints, with optional IP restrictions.
Receive consistent JSON with plan, quota, market, currency and quote-time metadata.
US quotes are delayed by at least 15 minutes and may refresh on different schedules across the covered universe. Responses expose quote timestamps so your application can communicate freshness honestly.
How our US market data worksStraight answers before you build your first integration.
Yes. The Free plan includes 3,000 calls per month and access to US ticker lists, identifiers, index lists, market status, holidays, snapshots and available dates. No credit card is required.
Yes. Supported ETFs appear in the US ticker universe, and dedicated US index endpoints provide index lists, current levels and plan-gated historical charts.
No. US quotes are delayed by at least 15 minutes and coverage can refresh at different times. Use the quote timestamps returned by the API when displaying freshness to users.
Hobby includes up to two years, Starter includes up to five years, and Pro, Business and Enterprise can request the full available history. Free includes discovery and current-market endpoints but not charts.
No. One developer plan covers both markets. Every API key on the account draws from the same monthly allowance, whether a request targets an NGX or US endpoint.
Not currently. The US launch covers REST endpoints for securities, indices, price history and market analytics. Financial statement endpoints and WebSocket feeds currently apply to NGX coverage.
Create one key, make your first free request, and add NGX data later without changing accounts or quota systems.