1. Diagnostic API Responses
  • Fundamental Data API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • Type of Corporate Data Available
  • Corporate Data APIs
    • Corporate Announcements
      • GetCorporateAnnouncementsCategories
      • GetCorporateAnnouncements
    • Corporate Announcement Attachment Downloader
      • GetCorporateAnnouncementAttachment
    • Corporate Actions
      • GetCorporateActionsCategories
      • GetCorporateActions
    • Financial Results
      • GetResultsCalendar
      • GetFinancialResultsItems
      • GetFinancialResults
      • GetFinRatioEOD
      • GetFinRatioQuarterly
      • GetFinRatioSnapshot
    • Sectoral Classification
      • GetSectoralClassification
      • GetSectors
      • GetMei
      • GetIndustries
      • GetBasicIndustries
    • Share Holding Patterns
      • GetShpItems
      • GetSHP
      • GetSHPAdvanced
    • Market Capitalization
      • GetScripMCap
      • GetExchangeMCap
    • Voting Results
      • GetVotingItems
      • GetVoting
    • Corporate Governance
      • GetCorporateGovernanceItems
      • GetCorporateGovernance
    • Annual Results (PDF)
      • GetAnnualReports
    • Company Information
      • GetCompanyData
    • Bulk / Block Deals
      • GetBulkDeals
      • GetBlockDeals
    • Delivery Volumes
      • GetDeliveryVolumes
    • Promoter's Pledge
      • GetConsolidatedPledge
  • Other Data APIs
    • Index Constituents
    • GetEODStats
      GET
    • GetBhavCopyCM
      GET
    • GetBhavCopyFO
      GET
    • GetFuturesAndOptions
      GET
    • GetIndexDetail
      GET
    • GetCircuitFilterDetails
      GET
    • GetStatisticsGroupAbCompanies
      GET
    • GetTop5GainersLosers
      GET
    • GetIndexHighlights
      GET
    • GetTotalTradeHighlights
      GET
    • GetScripGroupTradeHighlights
      GET
    • GetTurnoverDetailsOfTop15ScripsofAgroup
      GET
  • EOD Statistics
    • GetSeriesChange
    • GetBannedSecurities
    • ​GetDeliverable
    • GetVolatality
    • GetNewHL
    • GetCircuitBreakers
  • Helper APIs
    • GetServerInfo
    • GetLimitation
    • GetInstruments
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢Release Notes
  1. Diagnostic API Responses

Diagnostic API Responses

At times, server sends diagnostic responses instead of requested data. Please find below list of possible informational messages (returns as text/plain) by our server. Most of these responses are self-explanatory. Your code should be designed to handle these responses which are returned as text/plain (instead of json/xml/csv).
API ResponseDescription
Instrument is not allowed for Demo key.As a Trial Demo Key Only Few Instruments are allowed. Please try to check with allowed Instruments
Date is out of allowed range.Please request "from" and "to" parameter values within allowed period
Date is out of allowed range of 1 day.Please request "from" and "to" parameter values within allowed period
Date is out of allowed range of 5 days.Please request "from" and "to" parameter values within allowed period
Date is out of allowed range of 30 days.Please request "from" and "to" parameter values within allowed period
From - To is out of allowed range of 10 years.Please request "from" and "to" parameter values within allowed period
Authentication request received. Try request data in next moment.This response is sent when requested data is not ready at server. This is done because REST is stateless protocol without any callbacks. If this is not done and if server decides to wait, your application will feel like hang with poor user experience. When this response is received, you are supposed to send same request again in loop – till you receive requested data.
Access Denied. Key not found.Please check the key used, key is not found at server
Access Denied. Key blocked.Used key is blocked. Please contact our team (with screenshot of error, actual request sent & paste actual key used) on developer@globaldatafeeds.in
Access Denied. Key unknown or empty.Please check the key used, key is not found at server
Key Expired.Please check the key used, key is expired
Data for requested exchange is disabled.The key is not authorised to request data from the Exchange used. Please make sure you are using valid Exchange value.
Function not enabled.The key is using API function which is not enabled for your account. If you feel this is error, please contact our team (with screenshot of error, actual request sent & paste actual key used) on developer@globaldatafeeds.in
Bandwidth per hour is limited.The key is using more bandwidth than configured value. The counter is reset every hour (e.g. 10AM, 11AM, 12PM, etc.) so if you receive this message, please try again after clock passes current hour.
Calls per hour are limited.The key is using more no. of requests than configured value per hour. The counter is reset every hour (e.g. 10AM, 11AM, 12PM, etc.) so if you receive this message, please try again after clock passes current hour.
Calls limitation is reached.The key is using more no. of requests than configured value for the month.
Bandwidth limitation is reached.The key is using more bandwidth than configured value for the month.
Access Denied. Key Invalid.Please check the key used, key is not found at server
Filters cant be empty.User must provide at least one filter like sector, industry, or basicIndustry.
Modified at 2025-08-03 14:15:04
Previous
Glossary
Next
📢Release Notes
Built with