Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/captn3m0/kuvera-unofficial-api-specification
- Owner: captn3m0
- Created: 2021-05-20T17:11:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T07:58:54.000Z (over 1 year ago)
- Last Synced: 2024-11-08T05:43:59.098Z (3 months ago)
- Topics: documentation, fintech-api, india-finance, kuvera, mutual-funds, nifty50, openapi, stoplight
- Language: HTML
- Homepage: https://captnemo.in/kuvera-unofficial-api-specification/
- Size: 2.17 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.