Code Monkey home page Code Monkey logo

m-amaresh / amfi-nav-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18 KB

Retrieve Net Asset Value (NAV) data for mutual funds effortlessly with the AMFI NAV API. This API provides information on mutual fund schemes, including scheme code, ISIN, fund house, scheme type, scheme name, and daily NAV data. Users can query by scheme code, ISIN, scheme name, or specific date to access the latest or historical NAV values.

Home Page: https://amfi-nav.azurewebsites.net/

Python 51.08% HTML 48.92%
amfi amfi-data mutual-funds

amfi-nav-api's Introduction

AMFI NAV API

A RESTful API built with FastAPI to provide Net Asset Value (NAV) data for mutual funds. https://amfi-nav.azurewebsites.net

Build and deploy Python app to Azure Web App - amfi-nav

Overview

The AMFI NAV API allows users to retrieve NAV data for mutual funds based on scheme codes, ISINs, scheme names, and specific dates. The API is built using FastAPI, a modern, fast (high-performance), web framework for building APIs with Python 3.7+.

Features

  • Retrieve NAV data by scheme code, ISIN, scheme name, and date.
  • Pagination support for managing large result sets.

API Endpoints

Retrieve NAV Data

GET /navdata/ Parameters:

scheme_code: (Required) Scheme code (regex: ^\d{6}$) isin: (Optional) ISIN code (regex: ^[A-Za-z0-9]{12}$) scheme_name: (Optional) Scheme name date: (Optional) Specific date for NAV data page: (Optional) Page number for pagination (default: 1) page_size: (Optional) Number of items per page (default: 10, max: 100) Example:

curl -X 'GET' \
  'https://amfi-nav.azurewebsites.net/navdata/?scheme_code=119551&date=2024-01-15' \
  -H 'accept: application/json'

API Docs

Swagger Redoc

License

This project is licensed under the MIT License.

Acknowledgments

FastAPI: https://fastapi.tiangolo.com/ MongoDB: https://www.mongodb.com/

amfi-nav-api's People

Contributors

m-amaresh avatar

Stargazers

 avatar

Watchers

 avatar

amfi-nav-api's Issues

Project Status

Hi @m-amaresh Is this project still in active status? If so I would like to colaborate with you on integrating API's

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.