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
import httpx
from nepse import Client

async def main():

    # Doing this is optional you can directly
    # Initialize using `client = Client()` as well
    async with httpx.AsyncClient() as async_client:
        # Initializes the client
        client = Client(httpx_client=async_client)

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

        # Prints the highest price for that company today
        print(data.security_daily_trade_dto.high_price)
    
# 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.6.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

nepse_api-0.6.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nepse-api-0.6.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.12.6-arch1-1

File hashes

Hashes for nepse-api-0.6.0.tar.gz
Algorithm Hash digest
SHA256 41a0bfe3577e04ab88235fce6afccadc9b32aa12aa55addfc7fe8566dff1ae87
MD5 c4392070f6383bb79a164d832fdfc2cf
BLAKE2b-256 9a99e4935f2e2a2534d8a18be2b96f3afd9a87ac8abc4a39fd1df88dfc612c2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nepse_api-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.12.6-arch1-1

File hashes

Hashes for nepse_api-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3191a339499035acb7a19a8bf16d4b1f81c3e173e1421d055e79e6d108ced1e8
MD5 b94ab8da0fef26b224a9adb8dc5b51b7
BLAKE2b-256 089c063c034af060b808620316ade6e2aebbb129af6e5eaa2667bd394b532a69

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