Skip to main content

This is a API wrapper for NEPSE API.

Project description

NEPSE API Wrapper

This python module fetches the data from Nepali Stock Site and provides them in a pythonic and usable way.

About

This is a API wrapper for NEPSE API. This project was inspired from PyPi Nepse.

How to use?

You can use this by package from Nepse API PyPi

pip install nepse-api

Why use this?

How is this better than PyPi Nepse?

  • It is asynchronous.
  • Data can be taken as attributes rather than from dict.
  • Data is fetched from the API rather than scraping the site.
  • Data is cached

APIs used

The APIs that I used to create this API wrapper is:

How to use?

import asyncio
from nepse import Client

async def main():
    # Initializes the client
    client = Client()

    # Gets the data
    data = await client.get_company(symbol="UPPER")

    # Prints the highest price for that company today
    print(data.daily_trade.high_price)

    # Properly closes the session
    await client.close()

# Run the function
loop = asyncio.get_event_loop()
loop.run_until_complete(main())

Why are the attributes so in-costistent?

The attribues are in-consistent because the attributes are set according to the response set by the API. I tried changing it up but that would be distruptive because the comability with the API would be broken.

Documentation?

Documentation is still in progress!

Want To Contribute?

You can send a pull request or open an issue to contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nepse-api-0.3.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

nepse_api-0.3-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file nepse-api-0.3.tar.gz.

File metadata

  • Download URL: nepse-api-0.3.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for nepse-api-0.3.tar.gz
Algorithm Hash digest
SHA256 f91a20b596fbf5df152eab7dd5b4ae14164739617d81f1d1167d79b5f57df5bf
MD5 f29e82748bbb437f48aa6532d611b130
BLAKE2b-256 942440f77dde9e355b881f031c64b421b8f870f157201e8d6ec5bc96a9fce4d5

See more details on using hashes here.

File details

Details for the file nepse_api-0.3-py3-none-any.whl.

File metadata

  • Download URL: nepse_api-0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for nepse_api-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8a334e9c07616b379c190803b36fbe006b3234a15ca2cd9fd0502d9b18003020
MD5 f7f607050004df45d2ab524ea7cf340b
BLAKE2b-256 547a26a780462c9baef9b9322de31a6819e04e40ad0312accd369629776b42e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page