🏡 index : github.com/captn3m0/mf.captnemo.in.git

author Nemo <commits@captnemo.in> 2023-03-29 12:50:41.0 +05:30:00
committer Nemo <commits@captnemo.in> 2023-03-29 12:50:41.0 +05:30:00
commit
a8e96d6613df59080ca710a3a1d39b77fc39426c [patch]
tree
100c7e2b9244a35239475b6f194d0e7feeaad615
parent
649c0673a8d434ed80158ea79dcf9dcdebf63562
download
a8e96d6613df59080ca710a3a1d39b77fc39426c.tar.gz

Update docs for historical NAV



Diff

 README.md |  2 +-
 index.md  | 17 ++++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 7a39abe..ab63b7f 100644
--- a/README.md
+++ a/README.md
@@ -1,6 +1,6 @@
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/captn3m0/mf.captnemo.in/main) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/captn3m0/mf.captnemo.in) ![GitHub](https://img.shields.io/github/license/captn3m0/mf.captnemo.in) [![GitHub Sponsors](https://img.shields.io/github/sponsors/captn3m0)](https://github.com/sponsors/captn3m0) [![Netlify Status](https://api.netlify.com/api/v1/badges/81a9df69-6c56-416e-89f4-a252dd94da1f/deploy-status)](https://app.netlify.com/sites/mf-captnemo/deploys)

Get information about Indian Mutual Funds from their ISIN numbers.
Get information about Indian Mutual Funds from their ISIN numbers, along with complete Historical NAV.

To call this API, you will need an ISIN of a valid Mutual Fund in India.

diff --git a/index.md b/index.md
index 19f7e42..0111767 100644
--- a/index.md
+++ a/index.md
@@ -120,17 +120,26 @@
  <details>
  <summary markdown='span'>Show/Hide Sample response
  </summary>
  ```json

  ```json5

  {
    "ISIN": "INF843K01FC8",

    "name": "Edelweiss Banking and PSU Debt Fund - Direct Plan - Growth Option",

    "nav": 20.1021,

    "date": "2022-05-31"

    "date": "2022-05-31",

    "historical_nav": [

        ["2016-11-28",13.4288],

        ["2016-11-29",13.4294],

        ["2016-11-30",13.4365],

        ["2016-12-01",13.4403],

        // More rows

        ["2023-03-20",21.2381],

        ["2023-03-21",21.2344],

        ["2023-03-23",21.2544],

        ["2023-03-24",21.289]

    ]

  }
  ```

  </details>

This is a much more exhaustive list of Mutual Funds.

## cors