Get User-Input Stock Kickers and Thresholds
GET https://api.airtable.com/v0/{{airtable_stocks_table_id}}/stocks?api_key={{airtable_api_key}}
A Base (database) and a table are created in Airtable (www.airtable.com) with schema of stocksymbol, companyname, and lower_threshold.
You may reference the following page for Airtable APIs. https://airtable.com/appI2Ti60CrGYkBM7/api/docs#curl/introduction
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string |
RESPONSES
status: OK
{"records":[{"id":"rec1yMcdXoaxrwv1s","fields":{"record_num":8,"stock_symbol":"PLTR","company_name":"Palantir","lower_threshold":"30"},"createdTime":"2020-12-14T20:20:52.000Z"},{"id":"rec2jyEIY4WNI47vq","fields":{"record_num":7,"stock_symbol":"CRM","company_name":"Salesforce","lower_threshold":"250"},"createdTime":"2020-12-14T20:19:42.000Z"},{"id":"rec2tgqTR8lBuniTg","fields":{"record_num":6,"stock_symbol":"ABNB","company_name":"Airbnb","lower_threshold":"180"},"createdTime":"2020-12-14T20:18:28.000Z"},{"id":"rec4R935NNyaUChfN","fields":{"record_num":4,"company_name":"Tesla","stock_symbol":"TSLA","lower_threshold":"650"},"createdTime":"2020-12-10T13:02:04.000Z"},{"id":"recFrWdE1Q8tCs8IC","fields":{"record_num":2,"company_name":"Snow Flake","stock_symbol":"SNOW","lower_threshold":"400"},"createdTime":"2020-12-09T22:03:52.000Z"},{"id":"recM62i7nPzL1cEBe","fields":{"record_num":3,"company_name":"Amazon","stock_symbol":"AMZN","lower_threshold":"3200"},"createdTime":"2020-12-09T22:03:52.000Z"},{"id":"reciINdn1alkUs5p2","fields":{"record_num":5,"stock_symbol":"DASH","company_name":"DoorDash","lower_threshold":"200"},"createdTime":"2020-12-14T20:17:45.000Z"},{"id":"rectQYRmvEz7kMej9","fields":{"record_num":1,"company_name":"Shopify","stock_symbol":"SHOP","lower_threshold":"1100"},"createdTime":"2020-12-09T22:03:52.000Z"}]}