MTS
COM:MTS
MTS Systems
- Privately Held
Please sign in or create an account to use the api
The basic api is free to use for everyone. You can use it to build your own app. Please login to get your api token
Get Data For Symbol
Retrieve detailed data for a specific symbol.
Get Event Feed for Symbol
Fetch the event feed related to a specific symbol.
Request Type GET
Url
Parameters
offsetOffset for pagination. Starts at 0. | |
limitLimit the number of news items returned. Set to 10 by default. | |
qQuery string for filtering news items. | |
fromStart date for filtering news items. Defaults to 2 months ago. | |
toEnd date for filtering news items. Defaults to 1 month ago. |
Get News Feed for Symbol
Fetch the news feed related to a specific symbol.
Request Type GET
Url
Parameters
offsetOffset for pagination. Starts at 0. | |
limitLimit the number of news items returned. Set to 10 by default. | |
qQuery string for filtering news items. | |
fromStart date for filtering news items. Defaults to 2 months ago. | |
toEnd date for filtering news items. Defaults to 1 month ago. |
Get Daily Quotes For Symbol
Fetch daily quotes for a specific symbol within a date range.
Request Type GET
Url
Parameters
fromStart date for the daily quotes. Defaults to 1 year ago. | |
toEnd date for the daily quotes. Defaults to today. |
Get income statement
Retrieve income statement data for this symbol
Request Type GET
Url
Parameters
periodSpecifies the financial reporting period. Default is "FY" if not provided. | |
fromStart date for filtering the results. Defaults to 10 years ago if not provided. | |
toEnd date for filtering the results. Defaults to today if not provided. |
Get balance sheet
Retrieve balance sheet data for this symbol
Request Type GET
Url
Parameters
periodSpecifies the financial reporting period. Default is "FY" if not provided. | |
fromStart date for filtering the results. Defaults to 10 years ago if not provided. | |
toEnd date for filtering the results. Defaults to today if not provided. |
Get cash flow
Retrieve cash flow data for this symbol
Request Type GET
Url
Parameters
periodSpecifies the financial reporting period. Default is "FY" if not provided. | |
fromStart date for filtering the results. Defaults to 10 years ago if not provided. | |
toEnd date for filtering the results. Defaults to today if not provided. |
Get key metrics
Retrieve key metrics data for this symbol
Request Type GET
Url
Parameters
periodSpecifies the financial reporting period. Default is "FY" if not provided. | |
fromStart date for filtering the results. Defaults to 10 years ago if not provided. | |
toEnd date for filtering the results. Defaults to today if not provided. |
Get ratios
Retrieve ratios data for this symbol
Request Type GET
Url
Parameters
periodSpecifies the financial reporting period. Default is "FY" if not provided. | |
fromStart date for filtering the results. Defaults to 10 years ago if not provided. | |
toEnd date for filtering the results. Defaults to today if not provided. |
Get Stories for Symbol
Retrieve stories related to a specific symbol.
Request Type GET
Url
Parameters
offsetOffset for pagination. Starts at 0. | |
limitLimit the number of stories returned. Set to 10 by default. |