Getting Started

1. Get the data from notional.ai

1.1 Sign up/log in to notional.ai

  • Click on the ‘JOIN US / SIGN IN’ button (or click here) to sign up or log in.
  • Register a new account or log in to your existing account.

1.2 Go to the app and get your API key

  • Choose a workspace (if you do not have a workspace, create one) and you will be directed to our app.
  • Copy your API key from the specified location.

1.3 Call API to get metadata

  • Go to the ‘Metadata’ tab.
  • Choose the data type that you want to get.
  • Input values for the parameters of the API (if needed)
  • Click on the code snippet (Python/curl).
  • Copy the snippet and run it with your API key.
  • Example:
Code snippet in cURL to get Series Metadata
Code snippet in Python to get Series Metadata

1.4 Call API to get data

  • Go to the ‘Data’ tab.
  • Choose the data type that you want to get.
  • Input values for the parameters of the API (if needed)
  • Click on the code snippet (Python/curl).
  • Copy the snippet and run it with your API key.
  • Example:
Code snippet in cURL to get Cross-sectional data
Code snippet in Python to get Cross-sectional data

2. How to use data for analysis/aggregation

3. How to use data for a deep learning approach

Coming soon