{"id":24520871,"url":"https://github.com/sachnaror/stock-exchange-api-india","last_synced_at":"2025-03-15T12:25:59.671Z","repository":{"id":271814886,"uuid":"914652213","full_name":"sachnaror/stock-exchange-api-india","owner":"sachnaror","description":"Ready to flirt with risk and make stocks your naughty little playthings? 💋📉📈 🧙‍♂️ Fetch data from BSE \u0026 NSE effortlessly! Whether it’s gains, losses, or just confusing numbers, I’ve got your back. Perfect for those who love money… or at least pretending to! 💸📈","archived":false,"fork":false,"pushed_at":"2025-01-14T21:03:24.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T02:48:05.042Z","etag":null,"topics":["apis","bse","india","nse","stockmarket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sachnaror.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-10T03:00:45.000Z","updated_at":"2025-01-14T21:03:27.000Z","dependencies_parsed_at":"2025-01-10T12:02:05.426Z","dependency_job_id":null,"html_url":"https://github.com/sachnaror/stock-exchange-api-india","commit_stats":null,"previous_names":["sachnaror/stock-exchange-api-india"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2Fstock-exchange-api-india","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2Fstock-exchange-api-india/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2Fstock-exchange-api-india/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2Fstock-exchange-api-india/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sachnaror","download_url":"https://codeload.github.com/sachnaror/stock-exchange-api-india/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243728546,"owners_count":20338277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apis","bse","india","nse","stockmarket"],"created_at":"2025-01-22T02:48:07.758Z","updated_at":"2025-03-15T12:25:59.640Z","avatar_url":"https://github.com/sachnaror.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Stock Market APIs - India 🌟\n\n**Fetch data from the Bombay Stock Exchange (BSE) and National Stock Exchange (NSE) in India.**\n\nAccess all the stock market data you need with simple APIs! 🚀\n\n---\n\n## ✨ Features\n\n### National Stock Exchange (NSE) APIs:\n- 📈 **Market Status**: Check if the market is open or closed.\n  ```\n  http://localhost:3000/get_market_status\n  ```\n- 📊 **Indices Data**: Get all NSE indices with changes, highs, lows, and order.\n  ```\n  http://localhost:3000/nse/get_indices\n  ```\n- 🏢 **Company Quotes**: Fetch quotation data for individual companies or multiple companies.\n  ```\n  http://localhost:3000/nse/get_quote_info?companyName=RIL\n  http://localhost:3000/nse/get_multiple_quote_info?companyNames=RIL,INFY,AND_MORE\n  ```\n- 💹 **Top Gainers/Losers**: Retrieve the top 10 gainers or losers.\n  ```\n  http://localhost:3000/nse/get_gainers\n  http://localhost:3000/nse/get_losers\n  ```\n- 📉 **52 Week High/Low**: Discover the stocks with 52-week highs or lows.\n  ```\n  http://localhost:3000/nse/get_52_week_high\n  http://localhost:3000/nse/get_52_week_low\n  ```\n\n### Bombay Stock Exchange (BSE) APIs:\n- 🏦 **Indices**: Access details of all indices in the BSE.\n  ```\n  http://localhost:3000/bse/get_indices\n  ```\n- 📄 **Company Info**: Get historical data, chart data, and day charts.\n  ```\n  http://localhost:3000/bse/get_company_info?companyKey=500112\n  ```\n- 🚀 **Top Gainers/Losers/Turnovers**: Fetch top-performing stocks or turnovers.\n  ```\n  http://localhost:3000/bse/get_gainers\n  http://localhost:3000/bse/get_losers\n  ```\n\n---\n\n## 📦 Installation\n\n### 1️⃣ Locate your Application Directory\nIdentify where your app lives. For example: `/home/user/your_app`.\n\n### 2️⃣ Install Node.js\nDo yo ureally want me to tell you this ? Seriously ?\n\n### 3️⃣ Install Express\nNavigate to your app directory and run:\n```bash\nnpm install express\n```\n\n### 4️⃣ Start the Server\nStart the server with:\n```bash\nnode app.js 3000\n```\nNow you can access the APIs at `http://localhost:3000`! 🎉\n\n---\n\n## 🚨 Important Notes\n- API calls from browsers may fail due to 'OPTIONS' preflight requests or headers. I recommend making calls from your server.\n- For best results, use these APIs within your application or backend services.\n\n---\n\n## 🛠 Tech Stack\n- **Node.js**\n- **Express.js**\n- **REST APIs**\n\n---\n\n## 📩 Contact\n\n| Name              | Details                             |\n|-------------------|-------------------------------------|\n| **👨‍💻 Developer**  | Sachin Arora                      |\n| **📧 Email**       | [sachnaror@gmail.com](mailto:sachnaror@gmail.com) |\n| **📍 Location**    | Noida, India                       |\n| **📂 GitHub**      | [github.com/sachnaror](https://github.com/sachnaror) |\n| **🌐 Website**     | [https://about.me/sachin-arora](https://about.me/sachin-arora) |\n| **📱 Phone**       | [+91 9560330483](tel:+919560330483) |\n\n---\n\n## 🚀 Let’s Make the Stock Market More Fun \u0026 Accessible! 🤑\nReady to track your stocks like a pro? Install the package and start exploring! 🌟\n\n---\n_Last updated on January 10, 2025_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachnaror%2Fstock-exchange-api-india","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsachnaror%2Fstock-exchange-api-india","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachnaror%2Fstock-exchange-api-india/lists"}