Datos del mercado de Reuters. API

Esta API proporciona datos detallados sobre categorías de activos y mercados globales, incluyendo información sobre materias primas, energía, metales y más.

Acerca de la API: 

Esta API proporciona datos completos sobre varias categorías de activos en los mercados globales, permitiendo a los usuarios acceder a información valiosa relacionada con materias primas, energía, ganado, metales, etc. Diseñada para la integración en plataformas financieras, herramientas de análisis de mercado y aplicaciones de toma de decisiones, la API ofrece información detallada y estructurada para mejorar la experiencia del usuario. Devuelve datos organizados por tipo de activo, incluyendo identificadores clave como IDs de activos, nombres de categorías y páginas asociadas. Los datos están organizados para un fácil acceso, lo que facilita a los desarrolladores recuperar información específica del mercado, rastrear el rendimiento de los activos e integrarse en sus aplicaciones.

La API abarca una amplia gama de tipos de activos, con categorías específicas como Agricultura, Energía, Ganado y Metales. Por ejemplo, dentro de la categoría de Agricultura, los usuarios pueden recuperar datos sobre varios futuros de materias primas, incluyendo RICs (Códigos de Instrumento de Reuters) como Cc1, Wc1 y Sc1, entre otros. La categoría de Energía ofrece una vista similar, permitiendo el seguimiento de las materias primas energéticas, mientras que las categorías de Ganado y Metales ofrecen datos de mercado en profundidad para sus respectivos sectores.

Documentación de la API

Endpoints


Para usar este endpoint, simplemente ejecútalo y obtendrás todos los activos disponibles.



                                                                            
GET https://zylalabs.com/api/1361/reuters+market+data+api/8350/all+market+assets
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            [{"id":1,"assetName":"Commodities","asset":"commodities"},{"id":2,"assetName":"Currencies","asset":"currencies"},{"id":3,"assetName":"Global Market Data","asset":"global-market-data"},{"id":4,"assetName":"Rates \u0026 Bonds","asset":"rates-bonds"},{"id":5,"assetName":"Stocks","asset":"stocks"}]
                                                                                                                                                                                                                    
                                                                                                    

All Market Assets - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1361/reuters+market+data+api/8350/all+market+assets' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Para utilizar este endpoint, debes indicar el ID de un Activo en el parámetro.

Nota: Puedes obtener el ID del endpoint de Todos los Activos del Mercado.



                                                                            
GET https://zylalabs.com/api/1361/reuters+market+data+api/8351/categories+by+asset+id
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            [{"id":1,"categoryName":"Agriculture","label":null,"page":"agriculture","symbol":null},{"id":2,"categoryName":"Energy","label":null,"page":"energy","symbol":null},{"id":3,"categoryName":"Livestock","label":null,"page":"livestock","symbol":null},{"id":4,"categoryName":"Metals","label":null,"page":"metals","symbol":null}]
                                                                                                                                                                                                                    
                                                                                                    

Categories by Asset ID - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1361/reuters+market+data+api/8351/categories+by+asset+id&ID=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Para usar este punto final, solo ejecútalo y obtendrás todas las categorías disponibles.



                                                                            
GET https://zylalabs.com/api/1361/reuters+market+data+api/8352/all+categories
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            [{"id":1,"categoryName":"Agriculture","label":null,"page":"agriculture","symbol":null},{"id":2,"categoryName":"Energy","label":null,"page":"energy","symbol":null},{"id":3,"categoryName":"Livestock","label":null,"page":"livestock","symbol":null},{"id":4,"categoryName":"Metals","label":null,"page":"metals","symbol":null},{"id":5,"categoryName":"Australian Dollar Pairs","label":null,"page":"aud","symbol":"AUD"},{"id":6,"categoryName":"Canadian Dollar Pairs","label":null,"page":"cad","symbol":"CAD"},{"id":7,"categoryName":"Swiss Franc Pairs","label":null,"page":"chf","symbol":"CHF"},{"id":8,"categoryName":"Chinese Yuan Pairs","label":null,"page":"cny","symbol":"CNY"},{"id":9,"categoryName":"Euro Pairs","label":null,"page":"eur","symbol":"EUR"},{"id":10,"categoryName":"British Pound Pairs","label":null,"page":"gbp","symbol":"GBP"},{"id":11,"categoryName":"Hong Kong Dollar Pairs","label":null,"page":"hkd","symbol":"HKD"},{"id":12,"categoryName":"Japanese Yen Pairs","label":null,"page":"jpy","symbol":"JPY"},{"id":13,"categoryName":"Russian Rouble Pairs","label":null,"page":"rub","symbol":"RUB"},{"id":14,"categoryName":"Swedish Krona Pairs","label":null,"page":"sek","symbol":"SEK"},{"id":15,"categoryName":"U.S. Dollar Pairs","label":null,"page":"usd","symbol":"USD"},{"id":16,"categoryName":"Global Market Data","label":null,"page":null,"symbol":null},{"id":17,"categoryName":"Australia","label":null,"page":"australia","symbol":null},{"id":18,"categoryName":"Canada","label":null,"page":"canada","symbol":null},{"id":19,"categoryName":"China","label":null,"page":"china","symbol":null},{"id":20,"categoryName":"Germany","label":null,"page":"germany","symbol":null},{"id":21,"categoryName":"India","label":null,"page":"india","symbol":null},{"id":22,"categoryName":"Japan","label":null,"page":"japan","symbol":null},{"id":23,"categoryName":"U.K.","label":null,"page":"uk","symbol":null},{"id":24,"categoryName":"U.S.","label":null,"page":"us","symbol":null},{"id":25,"categoryName":"Overview","label":null,"page":"overview","symbol":null},{"id":26,"categoryName":"Overview","label":null,"page":"overview","symbol":null},{"id":27,"categoryName":"Americas","label":null,"page":"americas","symbol":null},{"id":28,"categoryName":"Asia Pacific","label":null,"page":"asia-pacific","symbol":null},{"id":29,"categoryName":"Europe","label":null,"page":"europe","symbol":null},{"id":30,"categoryName":"Middle East \u0026 Africa","label":null,"page":"middle-east-africa","symbol":null},{"id":31,"categoryName":"U.S.","label":null,"page":"us","symbol":null}]
                                                                                                                                                                                                                    
                                                                                                    

All Categories - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1361/reuters+market+data+api/8352/all+categories' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Para usar este punto final, debes especificar un ID de activo de mercado y un ID de categoría de mercado en los parámetros.

Nota: el ID de activo de mercado se puede obtener del punto final de Todos los Activos del Mercado y el ID de categoría de mercado se puede obtener del punto final de Categorías por ID de Activo.



                                                                            
GET https://zylalabs.com/api/1361/reuters+market+data+api/8353/retrieve+rics+data+using+assetid+and+categoryid
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"marketAsset":"Commodities","marketCategory":"Agriculture","result":{"statusCode":{"JRUc1":200,"OJc1":200,"LBc1":404,"CTc1":200,"CCc1":200,"KCc1":200,"SBc1":200,"NRSc1":200,"NSBc1":200,"FCPOc1":200,"Sc1":200,"Wc1":200,"Cc1":200},"message":{"JRUc1":"OK","OJc1":"OK","LBc1":"Invalid ric","CTc1":"OK","CCc1":"OK","KCc1":"OK","SBc1":"OK","NRSc1":"OK","NSBc1":"OK","FCPOc1":"OK","Sc1":"OK","Wc1":"OK","Cc1":"OK"},"timeStamp":{"JRUc1":1738342200764,"OJc1":1738342200764,"LBc1":1738342199765,"CTc1":1738342199612,"CCc1":1738342199612,"KCc1":1738342199612,"SBc1":1738342200764,"NRSc1":1738342200764,"NSBc1":1738342200764,"FCPOc1":1738342199612,"Sc1":1738342198919,"Wc1":1738342199612,"Cc1":1738342199612},"market_data":[{"timeStamp":1738342200764,"ric":"JRUc1","type":"Commodity Future","name":"RUBBER FULL SESSION c1","currency":"JPY","localName":{"long":[{"name":"TOCOM Rubber","lang":"en"},{"name":"TOCOM\u6a61\u80f6","lang":"cn"},{"name":"\u6771\u4eac\u30b4\u30e0","lang":"ja"}],"short":[{"name":"TOCOM Rubber","lang":"en"},{"name":"\u6771\u4eac\u30b4\u30e0","lang":"ja"}]},"percent_change":1.3642213642213672,"yield_net_change":0,"price":393.80000000000001,"last":393.80000000000001,"expiration":null,"net_change":5.3000000000000114,"originalRic":"JRUc1"},{"timeStamp":1738342200764,"ric":"OJc1","type":"Commodity Future","name":"ICE US c1 FROZEN ORANGE  FUTURES  CH","currency":"USc","localName":{"long":[{"name":"Frozen OJ","lang":"en"},{"name":"\u30aa\u30ec\u30f3\u30b8\u30b8\u30e5\u30fc\u30b9","lang":"ja"}],"short":[{"name":"Frozen OJ","lang":"en"},{"name":"\u30aa\u30ec\u30f3\u30b8\u30b8\u30e5\u30fc\u30b9","lang":"ja"}]},"percent_change":-1.2821849265089198,"yield_net_change":0,"price":473.5,"last":473.5,"expiration":"2025-03-11T00:00:00.000000Z","net_change":-6.1500000000000341,"originalRic":"OJc1"},{"timeStamp":1738342199765,"ric":"LBc1","type":"Commodity Future","name":null,"currency":"USc","localName":{"long":[{"name":"CME Lumber","lang":"en"},{"name":"CME\u6750\u6728","lang":"ja"}],"short":[{"name":"CME Lumber","lang":"en"},{"name":"CME\u6750\u6728","lang":"ja"}]},"percent_change":0,"yield_net_change":0,"price":0,"last":0,"expiration":null,"net_change":0,"originalRic":"LBc1"},{"timeStamp":1738342199612,"ric":"CTc1","type":"Commodity Future","name":"Cotton Front Month Futures","currency":"USc","localName":{"long":[{"name":"ICE US Cotton","lang":"en"},{"name":"ICE\u7c73\u56fd\u7dbfNo2","lang":"ja"}],"short":[{"name":"ICE US Cotton","lang":"en"},{"name":"ICE\u7c73\u56fd\u7dbfNo2","lang":"ja"}]},"percent_change":-0.6639505055077678,"yield_net_change":0,"price":65.829999999999998,"last":65.829999999999998,"expiration":"2025-03-07T00:00:00.000000Z","net_change":-0.43999999999999773,"originalRic":"CTc1"},{"timeStamp":1738342199612,"ric":"CCc1","type":"Commodity Future","name":"Cocoa Front Month Futures","currency":"USD","localName":{"long":[{"name":"ICE US Cocoa","lang":"en"},{"name":"ICE\u30b3\u30b3\u30a2","lang":"ja"}],"short":[{"name":"ICE US Cocoa","lang":"en"},{"name":"ICE\u30b3\u30b3\u30a2","lang":"ja"}]},"percent_change":-1.7042919603819042,"yield_net_change":0,"price":11016,"last":11016,"expiration":"2025-03-14T00:00:00.000000Z","net_change":-191,"originalRic":"CCc1"},{"timeStamp":1738342199612,"ric":"KCc1","type":"Commodity Future","name":"Coffee Front Month Futures","currency":"USc","localName":{"long":[{"name":"ICE US Coffee","lang":"en"},{"name":"ICE\u30b3\u30fc\u30d2\u30fc","lang":"ja"}],"short":[{"name":"ICE US Coffee","lang":"en"},{"name":"ICE\u30b3\u30fc\u30d2\u30fc","lang":"ja"}]},"percent_change":0.080342795929286157,"yield_net_change":0,"price":373.69999999999999,"last":373.69999999999999,"expiration":"2025-03-19T00:00:00.000000Z","net_change":0.29999999999995453,"originalRic":"KCc1"},{"timeStamp":1738342200764,"ric":"SBc1","type":"Commodity Future","name":"No.11 Sugar Front Month Futures","currency":"USc","localName":{"long":[{"name":"ICE US Sugar No 11","lang":"en"},{"name":"\u6d32\u9645\u4ea4\u6613\u624011\u53f7\u539f\u7cd6","lang":"cn"},{"name":"ICE\u7802\u7cd6No11","lang":"ja"}],"short":[{"name":"ICE US Sugar No 11","lang":"en"},{"name":"ICE\u7802\u7cd6No11","lang":"ja"}]},"percent_change":-1.4894709809964004,"yield_net_change":0,"price":19.18,"last":19.18,"expiration":"2025-02-28T00:00:00.000000Z","net_change":-0.28999999999999915,"originalRic":"SBc1"},{"timeStamp":1738342200764,"ric":"NRSc1","type":"Commodity Future","name":"c1 Rapeseed - Mustard Seed; National","currency":"INR","localName":{"long":[{"name":"MCX Rapeseed","lang":"en"},{"name":"MCX\u6cb9\u83dc\u7c7d","lang":"cn"},{"name":"MCX\u83dc\u7a2e","lang":"ja"}],"short":[{"name":"MCX Rapeseed","lang":"en"},{"name":"MCX\u83dc\u7a2e","lang":"ja"}]},"percent_change":2.9996250468691414,"yield_net_change":0,"price":8241,"last":8241,"expiration":null,"net_change":240,"originalRic":"NRSc1"},{"timeStamp":1738342200764,"ric":"NSBc1","type":"Commodity Future","name":"c1 Soy Beans; National Commodity Exc","currency":"INR","localName":{"long":[{"name":"MCX Soybean","lang":"en"},{"name":"MCX\u5927\u8c46","lang":"cn"},{"name":"MCX\u5927\u8c46","lang":"ja"}],"short":[{"name":"MCX Soybean","lang":"en"},{"name":"MCX\u5927\u8c46","lang":"ja"}]},"percent_change":-1.0260457774269929,"yield_net_change":0,"price":6270,"last":6270,"expiration":null,"net_change":-65,"originalRic":"NSBc1"},{"timeStamp":1738342199612,"ric":"FCPOc1","type":"Commodity Future","name":"Palm Oil Front Month Continuation; B","currency":"MYR","localName":{"long":[{"name":"MDX Palm Oil","lang":"en"},{"name":"MDX\u30d1\u30fc\u30e0\u6cb9","lang":"ja"}],"short":[{"name":"MDX Palm Oil","lang":"en"},{"name":"MDX\u30d1\u30fc\u30e0\u6cb9","lang":"ja"}]},"percent_change":0.33076074972436603,"yield_net_change":0,"price":4550,"last":4550,"expiration":"2025-02-14T00:00:00.000000Z","net_change":15,"originalRic":"FCPOc1"},{"timeStamp":1738342198919,"ric":"Sc1","type":"Commodity Future","name":"Soybeans Front Month Futures","currency":"USc","localName":{"long":[{"name":"CBOT Soybeans","lang":"en"},{"name":"\u829d\u52a0\u54e5\u5546\u54c1\u4ea4\u6613\u6240\u5927\u8c46","lang":"cn"},{"name":"CBOT\u5927\u8c46","lang":"ja"}],"short":[{"name":"CBOT Soybeans","lang":"en"},{"name":"CBOT\u5927\u8c46","lang":"ja"}]},"percent_change":0.47892720306513409,"yield_net_change":0,"price":1049,"last":1049,"expiration":"2025-03-14T00:00:00.000000Z","net_change":5,"originalRic":"Sc1"},{"timeStamp":1738342199612,"ric":"Wc1","type":"Commodity Future","name":"Wheat Front Month Futures","currency":"USc","localName":{"long":[{"name":"CBOT Wheat","lang":"en"},{"name":"\u829d\u52a0\u54e5\u5546\u54c1\u4ea4\u6613\u6240\u5c0f\u9ea6","lang":"cn"},{"name":"CBOT\u5c0f\u9ea6","lang":"ja"}],"short":[{"name":"CBOT Wheat","lang":"en"},{"name":"CBOT\u5c0f\u9ea6","lang":"ja"}]},"percent_change":-1.0591350397175641,"yield_net_change":0,"price":560.5,"last":560.5,"expiration":"2025-03-14T00:00:00.000000Z","net_change":-6,"originalRic":"Wc1"},{"timeStamp":1738342199612,"ric":"Cc1","type":"Commodity Future","name":"Corn Front Month Futures","currency":"USc","localName":{"long":[{"name":"CBOT Corn","lang":"en"},{"name":"\u829d\u52a0\u54e5\u5546\u54c1\u4ea4\u6613\u6240\u7389\u7c73","lang":"cn"},{"name":"CBOT\u3068\u3046\u3082\u308d\u3053\u3057","lang":"ja"}],"short":[{"name":"CBOT Corn","lang":"en"},{"name":"CBOT\u3068\u3046\u3082\u308d\u3053\u3057","lang":"ja"}]},"percent_change":-0.91789903110657822,"yield_net_change":0,"price":485.75,"last":485.75,"expiration":"2025-03-14T00:00:00.000000Z","net_change":-4.5,"originalRic":"Cc1"}]}}
                                                                                                                                                                                                                    
                                                                                                    

Retrieve Rics Data Using AssetId and CategoryId - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1361/reuters+market+data+api/8353/retrieve+rics+data+using+assetid+and+categoryid&asset_id=Required&/=Required&category_id=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Para utilizar este punto de acceso, debe especificar un ID de activo de mercado y un ID de categoría de mercado en los parámetros.

Nota: el ID de activo de mercado se puede obtener del punto de acceso Todos los Activos de Mercado y el ID de categoría de mercado se puede obtener del punto de acceso Categorías por ID de Activo.



                                                                            
GET https://zylalabs.com/api/1361/reuters+market+data+api/8354/retrieve+markets+rics+by+asset+id+and+category+id
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"statusCode":200,"marketAsset":"Commodities","marketCategory":"Agriculture","assetData":[{"typeName":"Commodity Future","rics":["Cc1","Wc1","Sc1","FCPOc1","NSBc1","NRSc1","SBc1","KCc1","CCc1","CTc1","LBc1","OJc1","JRUc1","LBc1","JRUc1","JRUc1","LBc1","Cc1","Wc1","FCPOc1","Sc1","FCPOc1","NSBc1","NRSc1","SBc1","KCc1","CCc1","CTc1","LBc1","OJc1","JRUc1"]}]}
                                                                                                                                                                                                                    
                                                                                                    

Retrieve Markets Rics by Asset ID and Category ID - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1361/reuters+market+data+api/8354/retrieve+markets+rics+by+asset+id+and+category+id&asset_id=Required&/=Required&category_id=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Datos del mercado de Reuters. API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10,000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Datos del mercado de Reuters. API FAQs

Cada endpoint devuelve datos de mercado estructurados relacionados con activos globales. Por ejemplo, el endpoint "GET All Market Assets" proporciona una lista de todos los activos disponibles, mientras que "GET Retrieve Rics Data Using AssetId and CategoryId" devuelve información detallada sobre instrumentos de mercado específicos basados en los IDs proporcionados.

Los campos clave en los datos de respuesta suelen incluir ID de activos, nombres de categorías, RIC (códigos de instrumentos de Reuters) y metadatos asociados. Estos campos ayudan a identificar y categorizar los datos del mercado de manera efectiva.

Los datos de respuesta están organizados en un formato estructurado, a menudo como objetos JSON. Cada objeto contiene campos relevantes como ID de activo, categoría y RICs, lo que facilita a los desarrolladores analizar y utilizar los datos en aplicaciones.

Cada punto final proporciona información específica: "GET Todos los Activos del Mercado" enumera todos los activos, "GET Categorías por ID de Activo" detalla las categorías para un activo específico, y "GET Recuperar Datos de Rics" ofrece datos en profundidad para activos y categorías seleccionados.

Los usuarios pueden personalizar solicitudes especificando parámetros como el ID de activo y el ID de categoría en puntos finales como "GET Recuperar datos Rics usando AssetId y CategoryId". Esto permite una recuperación de datos dirigida según las necesidades del usuario.

Los datos provienen de las extensas redes de inteligencia de mercado y datos financieros de Reuters, asegurando una cobertura completa de las categorías de activos globales y manteniendo alta precisión y fiabilidad.

Los casos de uso típicos incluyen análisis financiero, seguimiento del mercado e integración en plataformas de trading. Los usuarios pueden aprovechar los datos para la toma de decisiones, el seguimiento del rendimiento y el desarrollo de herramientas de análisis del mercado.

Los usuarios pueden utilizar los datos devueltos integrándolos en sus aplicaciones para el análisis de mercado en tiempo real, creando visualizaciones o generando informes. Comprender la estructura y los campos clave ayuda a procesar y mostrar los datos de manera eficiente.

General FAQs

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.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.


APIs Relacionadas


También te puede interesar