Skip to main content
GET
/
v1
/
prediction
/
senate
Get Senate ratings
curl --request GET \
  --url https://api.aries.com/v1/prediction/senate
{
  "items": [
    {
      "title": "<string>",
      "state": "<string>",
      "incumbent": "<string>",
      "outlook": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

Senate ratings list

items
object[]