Does StockTwits has API which provides sentiment data - stocktwits

I had looked through https://stocktwits.com/developers/docs/api
I was wondering, does StockTwits has API which provides sentiment data? As, I can't find such API in the document.

Our Sentiment API is not available for public use but you may gain access to it through our partner level api. Please email support#stocktwits.com to gain access to this.

Related

Retrieving more than 30 messages using streams/symbols

Background
Given a symbol (i.e. cashtag), I need to retrieve twits from 2015 up to 2019 in order to perform sentiment analysis for a research project.
Problem
The public API is limited to the last 30 messages, as explained in https://api.stocktwits.com/developers/docs/api#streams-symbols-docs.
https://api.stocktwits.com/api/2/streams/symbol/NVDA.json
I tried the same request in an authenticated manner, but I face the same limitation.
https://api.stocktwits.com/api/2/streams/symbol/NVDA.json?access_token=<access_token>
Question
Is there a way to work around the limitation ?
Yes, there is. You should contact their support team, to get Partner level access to download historical data.
"There are some endpoints and data that are not available in the public Stocktwits API, including the full firehose data stream of our content. You may also have an application that requires higher usage limits (rate, message or other limits) than the public API. These additional capabilities are highlighted in the API documentation. If your application requires access to these capabilities, please contact our team to discuss."
https://api.stocktwits.com/developers/contact

Uber API 'fare_id' usage

We're working on a new web application using the Uber API and had a couple questions concerning the use of 'fare_id'
Is “fare_id” is a required parameter for POST /requests Api call? Can we pass empty value for fare_id and book a request?
What should be passed for “fare_id” in the ride request api for product that involves Surge Pricing?
Thanks
The Fare ID was introduced with the concept of Upfront Fares (as part of the announcement of v1.2 endpoints of the Uber API). Upfront fares replace the concept of surge pricing to follow a dynamic pricing concept. You have to pass such an ID if you use v1.2 endpoints. However, if you are still using v1.0 of the Uber API, the Fare ID is optional and mostly useful for UberPOOL.
To obtain a Fare ID, you have to follow the best practices of Upfront Pricing.
We successfully tested in the sandbox with setting fare_id to null in the cases described (using the java sdk).

How would I create an access token for the NFL Shield API?

The NFL appears to have an API service here: https://api.nfl.com/docs/getting-started/index.html
Accessing the API endpoints requires obtaining an OAuth2 access token. Which, if I am not mistaken, requires a client_id and client_secret.
I have read through the documentation and I am not sure how I would obtain a client_id and client_secret. Is there something I am missing to create these?
Finally got an answer on this. The documentation does say that the API is public and free for everyone, but they changed that policy and haven't updated the documentation.
Hi Dominic,
Thanks for reaching out. As of Feb. 18th, the NFL has secured the APIs and will only grant access to contractual partners. Unfortunately, if you are NOT a NFL Partner you will no longer have access to the feeds or able to obtain access to this feed.
Thanks,
Jonathan Vu
Product Operations Manager

REST API Companies House(UK) get document

I need some help to fetch a document with Companies House api from his REST API. I don't now how where I get the token_type and the access_token.
Here is the api: https://developer.companieshouse.gov.uk/
Here is the problem: https://developer.companieshouse.gov.uk/document/docs/document/id/content/fetchDocument.html
Can anyone help me with this?.
p.s. I'm using python3.5 and requests module.
Take a look at the bottom of this page this page. The access_token will be provided to you by Companies House, and the token_type is the type of token it is, again Companies House will provide this to you when you register with them.
In short, you can't access this system without a key (access_token) which Companies House will provide when you register.

Can driver earnings be accessed through Uber API?

Does the public Uber API have the functionality to see how much a driver has made. I can see that companies like SherpaShare are able to pull these values, but I can't find any documentation on how to do this through the API.
We currently do not have API endpoints that provide information about driver activity. This is something we are considering, but at this time we do not have any public plans for a release.