Quickstart
Make your first request to Valyu
Create and Setup Your API Key
Get your Valyu API key and set it up for authentication.
Create a .env File
Create a file called .env
in the root of your project and add the following line:
Make an API Request
Use our Python or call the API directly with cURL.
Install the Python SDK
Once you’ve installed the SDK, create a file called valyu.py
and add the following code:
Last updated
Was this helpful?