Twitter

Track relevant tweets about the stock market companies from relevant accounts.
Our tweets database is growing everyday. Learn how to quicly fetch and read tweet information and analysis from our twitter curation. And more, participate in sending us your evaluation about the tweet.
1
Get an API key
Our APIs are in a beta release, so we are delivering in steps in order to provide the best service possible. Get in contact with us if you are interested in try out our APIs.
I want my API key
2
Fetch some tweets
Now it is simple, just do a GET request to our API and the latest tweets will be delivered to you.
GET
/tweet
The expected return for this API call is a list of tweets and a pagination in case you need more. A maximum of 10.000 tweets will be retrieved per API call.
{
  "data" : [
    {
      "id": "1363187268031307780",
      "symbols": [
        "BTOW3",
        "LAME4"
      ],
      "timestamp": "2021-02-20T19:11:21+0000",
      "posted_at": "2021-02-20T18:02:26+0000",
      "url": "https://twitter.com/valoreconomico/status/1363187268031307780",
      "content": "Análise: Por que a fusão de B2W e Lojas Americanas é crucial\nhttps://t.co/XZ7By80TOU",
      "profile": "valoreconomico",
      "profile_name": "Valor Econômico",
      "profile_followers": 2442966,
      "profile_image": "https://pbs.twimg.com/profile_images/808404276158545920/_IIpS4I2_normal.jpg"
    }
  ],
  "pagination": {
    "current": 1,
    "items": 10000,
    "pages": 200
  }
}