Mospi: Get Nas Data
Mospi via Parse · government_public
Fetches paginated NAS data records for a given indicator, series, and frequency. Each record includes base year, industry breakdown, current and constant price values. Supports annual and quarterly frequencies with revision information. API for accessing Indian government statistical data from MoSPI (esankhyiki.mospi.gov.in). Provides access to macroeconomic indicators (RBI, NAS, PLFS), dashboard highlights, metadata, and infographics. Fulfilled by Parse from esankhyiki.mospi.gov.in.
- esankhyiki-mospi-gov-in
- finance
- government-public
- mospi
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fe1984a3-bc72-400c-ac08-cc52def9103a/get_nas_data
- Interface artifact
- sha256:5a04f19ee9afc75e35762e6c1d4f13d82946a863b85974f87d453c2690ea311e
- Manifest digest
- sha256:316fa5279bfd099432b334247abd9aef90492d98f4ffdfed162bfa0694f88109
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of records per page.
- series (string): Price series: 'Current' or 'Back'.: Allowed values: Back, Current
- frequency_code (string): Frequency code: '1' for Annual, '2' for Quarterly.: Allowed values: 1, 2
- indicator_code (string): Indicator code from get_nas_indicators (e.g. '1' for Gross Value Added, '5' for GDP).: Allowed values: 1, 5, 21
Example queries
- {"page":"1","limit":"5","series":"Back","frequency_code":"1","indicator_code":"1"}