Skip to main content

SimpleFIN4PY

This library helps you access simpelFIN with python

"""Example file."""
import asyncio
from dotenv import load_dotenv
import os

from simplefin4py import SimpleFin

# Read info from .env file
load_dotenv()

access_url: str = os.getenv("ACCESS_URL", "")


async def main() -> None:
    """Main function."""
    sf: SimpleFin = SimpleFin(access_url)
    data = await sf.fetch_data()
    print(data)


# Run the async main function
if __name__ == "__main__":
    asyncio.run(main())

Download files

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

Source Distribution

simplefin4py-0.0.18.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simplefin4py-0.0.18-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file simplefin4py-0.0.18.tar.gz.

File metadata

  • Download URL: simplefin4py-0.0.18.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for simplefin4py-0.0.18.tar.gz
Algorithm Hash digest
SHA256 f8f5d6d7145870cf7b598012630deddcc73f4c6e5b712e65220d701f43b67f90
MD5 2526646244fe4608524ca5cc42ced9b8
BLAKE2b-256 e265fad11bba41909863b1b812286de243bce6433c0b782342ddb2b3cb54e684

See more details on using hashes here.

File details

Details for the file simplefin4py-0.0.18-py3-none-any.whl.

File metadata

  • Download URL: simplefin4py-0.0.18-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for simplefin4py-0.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 792cd86bb2d383bf641825730f11160d9abf7de73a607e49255faf002f766b54
MD5 6d4fe22981caa45e97b24bdf6f7f1f4f
BLAKE2b-256 fb290cd2ad366b543f91d791e91e432bc69bfd7f5f0dfd7b51d92835700362d4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.18 This release

2 files

0.0.17

2 files

0.0.16

2 files

0.0.15

2 files

0.0.13

2 files

0.0.10

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page