This API provides access to real-time data on the top-performing contracts. It extracts and serves key financial metrics for each contract, facilitating programmatic access to this dynamic market data for applications requiring up-to-the-minute information on options trading activity.
{
"symbols": [
{
"symbol_type": "logo",
"symbol_text": "yahoo!"
},
{
"symbol_type": "icon",
"symbol_text": "Home"
},
{
"symbol_type": "icon",
"symbol_text": "Mail"
},
{
"symbol_type": "icon",
"symbol_text": "News"
},
{
"symbol_type": "icon",
"symbol_text": "Sport"
},
{
"symbol_type": "icon",
"symbol_text": "Finance"
},
{
"symbol_type": "icon",
"symbol_text": "Celebrity"
},
{
"symbol_type": "icon",
"symbol_text": "Style"
},
{
"symbol_type": "icon",
"symbol_text": "Weather"
},
{
"symbol_type": "icon",
"symbol_text": "Answers"
},
{
"symbol_type": "icon",
"symbol_text": "Mobile"
},
{
"symbol_type": "icon",
"symbol_text": "Messenger"
},
{
"symbol_type": "icon",
"symbol_text": "More"
},
{
"symbol_type": "icon",
"symbol_text": "Sign in"
},
{
"symbol_type": "icon",
"symbol_text": "Mail"
},
{
"symbol_type": "icon",
"symbol_text": "News Home"
},
{
"symbol_type": "icon",
"symbol_text": "UK"
},
{
"symbol_type": "icon",
"symbol_text": "Yahoo Originals"
},
{
"symbol_type": "icon",
"symbol_text": "World"
},
{
"symbol_type": "icon",
"symbol_text": "Finance"
},
{
"symbol_type": "icon",
"symbol_text": "Sport"
},
{
"symbol_type": "icon",
"symbol_text": "Motoring"
},
{
"symbol_type": "icon",
"symbol_text": "Science & Tech"
},
{
"symbol_type": "icon",
"symbol_text": "Celebrity"
},
{
"symbol_type": "icon",
"symbol_text": "TV"
},
{
"symbol_type": "icon",
"symbol_text": "Movies"
},
{
"symbol_type": "icon",
"symbol_text": "Style"
},
{
"symbol_type": "icon",
"symbol_text": "Weather"
},
{
"symbol_type": "icon",
"symbol_text": "News Video"
},
{
"symbol_type": "icon",
"symbol_text": "Viral"
},
{
"symbol_type": "icon",
"symbol_text": "Follow Us"
},
{
"symbol_type": "icon",
"symbol_text": "Facebook"
},
{
"symbol_type": "icon",
"symbol_text": "Twitter"
},
{
"symbol_type": "icon",
"symbol_text": "Tumblr"
},
{
"symbol_type": "icon",
"symbol_text": "?"
},
{
"symbol_type": "icon",
"symbol_text": "?"
},
{
"symbol_type": "icon",
"symbol_text": "?"
},
{
"symbol_type": "icon",
"symbol_text": "Accepter alle"
},
{
"symbol_type": "icon",
"symbol_text": "Afvis alle"
},
{
"symbol_type": "icon",
"symbol_text": "Administrer privatlivsindstillinger"
}
]
}
curl --location --request POST 'https://zylalabs.com/api/10283/top+gainers+api/19815/get+top+gainers+symbols' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"symbol": "TSLA",
"name": "Tesla Inc."
}
curl --location --request POST 'https://zylalabs.com/api/10283/top+gainers+api/19816/get+top+gainers+name+by+symbol' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"symbol":"Required"}'
{
"tesla_options_data": {
"top_performers": [
{
"option_symbol": "TSLA2509190007000",
"underlying_asset": "TSLA",
"expiration_date": "2025-09-19",
"strike_price": 700,
"last_price": 1.39,
"change": 15.55,
"percent_change": 1130.58,
"bid": 1885,
"ask": 1890,
"volume": 151230
},
{
"option_symbol": "TSLA2509190006800",
"underlying_asset": "TSLA",
"expiration_date": "2025-09-19",
"strike_price": 680,
"last_price": 1.94,
"change": 15.96,
"percent_change": 730.89,
"bid": 1885,
"ask": 1890,
"volume": 151230
},
{
"option_symbol": "TSLA2509190006000",
"underlying_asset": "TSLA",
"expiration_date": "2025-09-19",
"strike_price": 600,
"last_price": 1.1,
"change": 1.6,
"percent_change": 172.73,
"bid": 1.1,
"ask": 1.15,
"volume": 286260
},
{
"option_symbol": "TSLA2509190005600",
"underlying_asset": "TSLA",
"expiration_date": "2025-09-19",
"strike_price": 560,
"last_price": 0.86,
"change": 0.75,
"percent_change": 976.92,
"bid": 0.87,
"ask": 0.89,
"volume": 5877
},
{
"option_symbol": "TSLA2509190005200",
"underlying_asset": "TSLA",
"expiration_date": "2025-09-19",
"strike_price": 520,
"last_price": 0.44,
"change": 0.2,
"percent_change": 85.71,
"bid": 0.44,
"ask": 0.46,
"volume": 226
}
]
},
"extraction_summary": {
"total_items": 5,
"data_quality": "high"
}
}
curl --location --request POST 'https://zylalabs.com/api/10283/top+gainers+api/19817/get+top+gainers+data+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Top Gainers API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
This API exposes data from top options gainers page, providing developers with programmatic access to real-time financial information. The API returns a JSON array of objects, each representing a single options contract. Each object includes data fields such as the contract's underlying asset symbol (e.g., TSLA), the option type (call or put), the strike price, the expiration date, the last traded price, the change in price, the percentage change, volume, and open interest. Data types will be primarily numeric (floats and integers) for price, volume and open interest, along with strings for symbols and dates. The API uses a single endpoint to retrieve the data; developers can use standard HTTP GET requests to access this endpoint. The response will be formatted as a JSON array, facilitating easy parsing and integration into various applications. For example, a developer could use this API to build a real-time options trading dashboard or a financial analysis tool that visualizes the top-performing options contracts. The data schema is consistent, ensuring predictable data structures. This allows for seamless integration across programming languages and frameworks.
The Top Gainers API provides real-time data on top-performing options contracts, including key financial metrics such as the underlying asset symbol, option type (call or put), strike price, expiration date, last traded price, price change, percentage change, volume, and open interest.
The data is returned in a JSON array format, where each object represents a single options contract. This structure allows for easy parsing and integration into various applications.
Developers can use the Top Gainers API to build real-time options trading dashboards, financial analysis tools, or applications that visualize top-performing options contracts, enabling users to make informed trading decisions.
Each object in the API response includes fields such as the underlying asset symbol (e.g., TSLA), option type (call or put), strike price, expiration date, last traded price, change in price, percentage change, volume, and open interest.
Developers can integrate the Top Gainers API by making standard HTTP GET requests to the single endpoint provided. The consistent data schema ensures predictable structures, facilitating seamless integration across different programming languages and frameworks.
The "get top gainers symbols" endpoint returns a list of symbols representing the top-performing options contracts. The response includes a JSON array of strings, each corresponding to a unique symbol, allowing users to identify which contracts are currently gaining the most.
The "get top gainers name by symbol" endpoint requires a single parameter: the symbol of the options contract. This parameter must be provided to retrieve the corresponding name of the asset, enabling users to easily identify the underlying asset associated with the symbol.
The response from the "get top gainers data by name" endpoint is organized as a JSON object containing a key (e.g., "tesla_options_data") that holds an array of top-performing options contracts. Each contract object includes detailed fields such as option symbol, underlying asset, expiration date, and pricing metrics.
The response includes key fields such as "option_symbol," "underlying_asset," "expiration_date," "strike_price," "last_price," "change," "percent_change," "bid," "ask," and "volume." These fields provide comprehensive details about each options contract's performance.
Users can utilize the data by analyzing the performance metrics of options contracts, such as identifying high-volume trades or significant price changes. This information can inform trading strategies or investment decisions, especially when visualized in dashboards or analytical tools.
The "get top gainers name by symbol" endpoint retrieves the name of the underlying asset associated with a specific symbol. This allows users to quickly identify the company or asset represented by the options contract, enhancing their understanding of the market context.
Typical use cases include developing real-time trading platforms, creating financial analysis tools, and building market trend visualizations. The API's data can help traders identify lucrative opportunities and make informed decisions based on current market dynamics.
Data accuracy is maintained through continuous updates from reliable financial markets and exchanges. The API aggregates real-time information, ensuring that users receive the most current and relevant data for their trading and analysis needs.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund