Ganaka
Default
General
Default
General
  1. Collector
  • Developer
    • Collector
      • Save Shortlist
        POST
      • Check holiday
        GET
      • Save Quote
        POST
      • Save NIFTY Quote
        POST
    • Shortlist
      • Persistence
    • Quote Timeline
      GET
    • Quote
      GET
    • NIFTY Timeline
      GET
    • NIFTY
      GET
    • Historical Candles
      GET
    • Token
      GET
    • List
      GET
  • Dashboard
    • Auth
      • Sign In
    • Run
      • Order
        • List Orders
        • Create Order
      • List Runs
      • Create Run
      • Update Run
      • Delete Run
    • Available Datetime
      • List Available Datetimes
    • Candles
      • Candles
    • Daily Persistent Companies
      • Daily Persistent Companies
    • Daily Unique Companies
      • Daily Unique Companies
    • Shortlist
      • Shortlist
    • Quote Timeline
      • Quote Timeline
  • Admin
    • Developer
      • List Developers
      • Developer By Id
      • Create Developer
      • Refresh Developer Key
      • Delete Developer
    • Holidays
      • List Holidays
      • Create Holiday
      • Delete Holiday
    • Data
      • List dates with data
      • Delete all data for date
    • DB Scripts
      POST
  • Health
    GET
Default
General
Default
General
  1. Collector

Save NIFTY Quote

Production
https://api.ganaka.live
Production
https://api.ganaka.live
POST
/{api_version}/developer/collector/nifty
Generated from cURL: curl -X POST "https://api.ganaka.live/v1/developer/collector/nifty"
-H "Content-Type: application/json"
-H "Authorization: Bearer YOUR_DEVELOPER_TOKEN"
-d '{
"data": {
"timestamp": "2025-12-31T09:15:00",
"timezone": "UTC",
"quoteData": {
"status": "SUCCESS",
"payload": {
"last_price": 22000.0,
"day_change_perc": 0.75,
"volume": 5000000,
"ohlc": {
"open": 21900.0,
"high": 22100.0,
"low": 21850.0,
"close": 22000.0
}
}
},
"dayChangePerc": 0.75
}
}'

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.ganaka.live/{{api_version}}/developer/collector/nifty' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "data": {
    "timestamp": "2025-12-31T14:40:09",
    "timezone": "Etc/UTC",
    "quoteData": {
      "status": "SUCCESS",
      "payload": {
        "average_price": null,
        "bid_quantity": null,
        "bid_price": null,
        "day_change": 232.75,
        "day_change_perc": 0.8973026946067386,
        "upper_circuit_limit": null,
        "lower_circuit_limit": null,
        "ohlc": {
          "open": 25971.05,
          "high": 26179.3,
          "low": 25969,
          "close": 25938.85
        },
        "depth": null,
        "high_trade_range": null,
        "implied_volatility": null,
        "last_trade_quantity": null,
        "last_trade_time": null,
        "low_trade_range": null,
        "last_price": 26171.6,
        "market_cap": null,
        "offer_price": null,
        "offer_quantity": null,
        "oi_day_change": null,
        "oi_day_change_percentage": null,
        "open_interest": null,
        "previous_open_interest": null,
        "total_buy_quantity": null,
        "total_sell_quantity": null,
        "volume": null,
        "week_52_high": null,
        "week_52_low": null
      }
    },
    "dayChangePerc": 0.8973026946067386
  }
}'
Response Response Example
{}
Modified at 2026-01-31 13:45:04
Previous
Save Quote
Next
Persistence
Built with