Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/captn3m0/kuvera-unofficial-api-specification

Unofficial Specification for the Kuvera read APIs
https://github.com/captn3m0/kuvera-unofficial-api-specification

documentation fintech-api india-finance kuvera mutual-funds nifty50 openapi stoplight

Last synced: 25 days ago
JSON representation

Unofficial Specification for the Kuvera read APIs

Awesome Lists containing this project

README

        

# Kuvera Unofficial API Specification

Please see https://captnemo.in/kuvera-unofficial-api-specification/

## Terms of Service

I'm not responsible. Use at your own risk. This is a read only API, so you can't use this to manage your funds.

## Clients

Generate the Python client by running:

docker run --rm -v "$PWD":/local openapitools/openapi-generator-cli generate -c /local/openapi-generator-config.yml -i /local/reference/Kuvera.yaml -o /local/src/python -g python

The generated client is currently broken due to bugs in openapi-generator which misses a few imports.