Endpoints

/

Tickers

Get ticker data

Search and retrieve detailed stock ticker information, related tickers, and real-time prices to track market performance.

OVERVIEW

Discover the ticker endpoint

Discover what the ticker endpoint has to offer and how it can be integrated into your project within seconds.

Request

REAL-TIME PRICES

curl --request GET \
     --url https://api.synthfinance.com/tickers/aapl/real-time \
     --header 'Authorization: Bearer Your API Key' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "data": {
    "ticker": "AAPL",
    "date": "2024-08-19",
    "time": "15:34:31",
    "fair_market_value": "225.02",
    "open": "225.72",
    "high": "226.44",
    "low": "223.08",
    "volume": 26587373
  },
  "meta": {
    "credits_used": 1,
    "credits_remaining": 931

ENDPOINTS

Explore other endpoints

Discover all the other endpoints available within the Synth API.

Ready to build?

Get started today with 1000 free API calls. Ship apps faster with a modern fintech API and get the data you need.

No credit card required