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.
{
"symbols": [
"PFE",
"RGT",
"MRNA",
"IONQ",
"TSLA",
"TELL",
"KHLB",
"RKL",
"WBD",
"TSLA",
"TSLA",
"AMRN",
"VRTX",
"VOX",
"RGT",
"BNTX",
"NVL",
"ANET",
"TSLA",
"TSLA",
"TSLA",
"IONQ",
"IONQ",
"IONQ",
"PYPL",
"TSLA",
"TSLA",
"BNTX",
"IONQ",
"PFE",
"TSLA",
"MSFT",
"GM",
"TSLA",
"TSLA",
"TSLA",
"TSLL",
"WBD",
"WBD",
"FCX",
"IONQ",
"TSLA",
"WBD",
"RGT",
"TSLA",
"BNTX",
"RKL",
"MRNA",
"RBN",
"IONQ",
"SANM",
"TSLA",
"IONQ",
"RGT",
"TSLA",
"TSLA",
"TSLA",
"TSLA",
"KHLB",
"IONQ",
"TSLA",
"RKL",
"RBN",
"TSLA",
"BBVA",
"RKL",
"IONQ",
"TSLL",
"IONQ",
"EQOS",
"ROST",
"GRAB",
"RGT",
"TSLL",
"RGT",
"TSLL",
"CSCO",
"GRAB",
"CVNA",
"RGT",
"DKNG",
"TSLA"
]
}
curl --location --request POST 'https://zylalabs.com/api/10286/top+gainers+information+api/19818/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/10286/top+gainers+information+api/19827/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/10286/top+gainers+information+api/19831/get+top+gainers+data+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
| 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.
The Top Gainers Information 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 Information 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 Information 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 gainers in the options market. Each symbol is a string that can be used to query further details about specific options contracts.
The response includes fields such as option_symbol, underlying_asset, expiration_date, strike_price, last_price, change, percent_change, bid, ask, and volume, providing comprehensive details about each options contract.
Users can customize their requests by specifying parameters such as the symbol when using the "get top gainers name by symbol" and "get top gainers data by name" endpoints, allowing targeted retrieval of information.
The response is structured as a JSON object containing a key (e.g., "tesla_options_data") that holds an array of top-performing options contracts, each represented by an object with detailed fields.
Typical use cases include developing trading platforms that analyze top-performing options, creating financial dashboards for real-time insights, and building tools for investment strategy optimization based on market trends.
Data accuracy is maintained through regular updates from reliable financial sources, ensuring that the information reflects current market conditions and trends for top gainers in options trading.
Users should check their request parameters for accuracy and ensure they are querying valid symbols. If results are still empty, it may indicate no current top gainers for the specified criteria.
This endpoint provides the name of the underlying asset associated with a specific symbol, allowing users to easily identify the company or asset linked to the options contracts they are interested in.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used 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.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
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, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
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.
Service Level:
100%
Response Time:
23ms
Service Level:
100%
Response Time:
13,695ms
Service Level:
100%
Response Time:
6,161ms
Service Level:
50%
Response Time:
10,656ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
13,451ms
Service Level:
100%
Response Time:
12,357ms
Service Level:
100%
Response Time:
12,613ms
Service Level:
100%
Response Time:
916ms
Service Level:
100%
Response Time:
874ms
Service Level:
100%
Response Time:
1,366ms
Service Level:
100%
Response Time:
451ms
Service Level:
100%
Response Time:
81ms
Service Level:
100%
Response Time:
304ms
Service Level:
100%
Response Time:
97ms
Service Level:
100%
Response Time:
163ms
Service Level:
100%
Response Time:
76ms
Service Level:
100%
Response Time:
604ms
Service Level:
40%
Response Time:
122ms
Service Level:
100%
Response Time:
299ms