RealTime Stock and Business Data API

RealTime Stock and Business Data API

Retrieve RealTime stock data and be able to retrieve significant information about the company that is behind that stock.

API description

About the API:

This API will allow you to retrieve real-time stock prices. Also, this API will provide complementary information about the company that's behind that stock like balance sheets, and finance analytics options based on AI recommendations. 

 

What this API receives and what your API provides (input/output)?

 

Just with the ticker symbol, you will be able to retrieve the real-time prices for that stock. Also, based on that symbol, receive AI recommendations about positions. 

Get additional information like balance sheets, revenue, earnings, cashflow, and more. 

 

What are the most common uses cases of this API?

 

Use this API to have the best-updated stock platform. This is ideal for those companies that want to keep track of the latest stock prices and want to have additional information about those companies to have a better understanding of their investments. 

 

Are there any limitations to your plans?

Besides API call limitations per month, there is a limitation of 5 requests per second. 

API Documentation

Endpoints


Returns the Realtime Stock Price Information for the symbol passed as a parameter

 



                                                                            
GET https://zylalabs.com/api/448/realtime+stock+and+business+data+api/347/realtime+prices
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"source":" Manwil Zaki-Realtime Stock Data API","data":{"exchangeName":"NasdaqGS","symbol":"META","Name":"Meta Platforms, Inc.","currency":"USD","marketCap":"366.39B","regularMarketPreviousClose":141.61,"regularMarketOpen":139.36,"regularMarketChangePercent":"-3.73%","regularMarketChange":-5.279999,"regularMarketTime":1664480964,"regularMarketPrice":136.33,"regularMarketDayHigh":139.84,"regularMarketDayLow":135.2,"regularMarketVolume":"34.84M","currencySymbol":"$","marketState":"REGULAR","preMarketChangePercent":"-1.43%","preMarketChange":-2.02,"preMarketTime":1664458197,"preMarketPrice":139.59}}
                                                                                                                                                                                                                    
                                                                                                    

RealTime Prices - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/448/realtime+stock+and+business+data+api/347/realtime+prices&symbol=Required' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will provide information about a company's balance sheet. This is calculated by subtracting all of the company's liabilities and shareholder equity from its total assets.



                                                                            
GET https://zylalabs.com/api/448/realtime+stock+and+business+data+api/348/get+balance+sheet
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"source":" Manwil Zaki-Realtime Stock Data API","data":{"0":{"endDate":"2021-12-31","cash":"36.22B","inventory":"32.64B","totalCurrentAssets":"161.58B","totalAssets":"420.55B","shortLongTermDebt":"1.69B","longTermDebt":"54.94B","otherLiab":"17.44B","totalCurrentLiabilities":"142.27B","totalLiab":"282.3B"},"1":{"endDate":"2020-12-31","cash":"42.12B","inventory":"23.8B","totalCurrentAssets":"132.73B","totalAssets":"321.19B","shortLongTermDebt":"1.27B","longTermDebt":"35.22B","otherLiab":"13.62B","totalCurrentLiabilities":"126.39B","totalLiab":"227.79B"},"2":{"endDate":"2019-12-31","cash":"36.09B","inventory":"20.5B","totalCurrentAssets":"96.33B","totalAssets":"225.25B","shortLongTermDebt":"1.3B","longTermDebt":"23.41B","otherLiab":"12.17B","totalCurrentLiabilities":"87.81B","totalLiab":"163.19B"},"3":{"endDate":"2018-12-31","cash":"31.75B","inventory":"17.17B","totalCurrentAssets":"75.1B","totalAssets":"162.65B","shortLongTermDebt":"1.37B","longTermDebt":"23.5B","otherLiab":"17.56B","totalCurrentLiabilities":"68.39B","totalLiab":"119.1B"}}}
                                                                                                                                                                                                                    
                                                                                                    

Get Balance Sheet - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/448/realtime+stock+and+business+data+api/348/get+balance+sheet&symbol=Required' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will provide a forecasted estimation about that stock in particular and it will recommend a position based on it. Buy, sell, or no action. 

This is intended for advice only. 



                                                                            
GET https://zylalabs.com/api/448/realtime+stock+and+business+data+api/349/get+ai+recommendations
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"source":" Manwil Zaki-Realtime Stock Data API","data":{"currentPrice":136.395,"targetHighPrice":466,"targetLowPrice":466,"targetMeanPrice":466,"targetMedianPrice":466,"recommendationKey":"buy","totalCash":"40.49B","totalDebt":"16.68B","quickRatio":2.341,"currentRatio":2.52,"totalRevenue":"119.41B","revenuePerShare":43.398,"grossProfits":"95.28B","freeCashflow":"29.3B","operatingCashflow":"58.47B","revenueGrowth":"-0.90%","profitMargins":"28.16%"}}
                                                                                                                                                                                                                    
                                                                                                    

Get AI recommendations - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/448/realtime+stock+and+business+data+api/349/get+ai+recommendations&symbol=Required' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will deliver additional information about the company behind the desired stock. 

Be able to know its category, its website, location, and employee range. 



                                                                            
GET https://zylalabs.com/api/448/realtime+stock+and+business+data+api/350/get+asset+profile
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"source":" Manwil Zaki-Realtime Stock Data API","data":{"address":"1601 Willow Road","city":"Menlo Park","state":"CA","zip":"94025","country":"United States","phone":"650 543 4800","website":"https://investor.fb.com","industry":"Internet Content & Information","fullTimeEmployees":83553}}
                                                                                                                                                                                                                    
                                                                                                    

Get Asset Profile - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/448/realtime+stock+and+business+data+api/350/get+asset+profile&symbol=Required' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

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 RealTime Stock and Business Data API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. 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 with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

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.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
89%
 Response Time
504ms

Useful links:


Category:


Tags: